From 176fb6056b7063700f2cff0df6e9234d4364e605 Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Sat, 23 Feb 2019 13:59:37 +0300 Subject: [PATCH] ChangeLOG is added to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe16c90..c98f482 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ npm i react-native-easy-state-view ##### IMPORTANT! You need install them. ``` - react-native-material-ripple // Main button component, but you can implement your button component as well. You do not need to use this. + react-native-material-ripple // Main button component, but you can implement your button component as well. You do not need to use this. ``` ### Example Application @@ -77,6 +77,9 @@ npm i react-native-easy-state-view | buttonTextColor | color | "white" | use this to change button's text color | | buttonText | string | "Let's Go!" | use this to set your button's text | +# Change Log + +## [0.3.0](https://github.com/wrathchaos/react-native-easy-state-view/tree/0.3.0) (2019-02-23) ## Author