diff --git a/README.md b/README.md index 1557b0f..e133848 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ## About The Package - This is React Native package full customizable and its props extends from [React-native textinput props](https://reactnative.dev/docs/textinput#props). If you your label floats in the text input while focusing or in blur this is the perfect package and also multiple examples to full fill your expecations.💅🎉 + This is a fully customizable React Native package, and its props extend from [React-native textinput props](https://reactnative.dev/docs/textinput#props). If your label floats in the text input while focusing or blurring, this is the perfect package for you, with multiple examples to meet your needs. 💅🎉 + ## Getting Started `npm install react-native-floating-inputs` @@ -222,10 +223,11 @@ export default function BorderBottomWithIcon() { /> ); } -
- ``` + + +### [click here](https://github.com/Dagic-zewdu/react-native-floating-label-inputs/tree/dev/examples) for more examples. ## support us [☕ Buy me a coffee](https://www.buymeacoffee.com/dagizewdudc) diff --git a/package.json b/package.json index 61f2e6e..a2064f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-floating-label-inputs", - "version": "0.0.2", + "version": "0.0.3", "repository": { "type": "git", "url": "git+https://github.com/Dagic-zewdu/react-native-floating-label-inputs"