We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e36003 commit a60c973Copy full SHA for a60c973
Example/package.json
@@ -12,7 +12,7 @@
12
"react": "16.8.3",
13
"react-dom": "^16.8.6",
14
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
15
- "react-native-input-validator": "^1.0.9",
+ "react-native-input-validator": "^1.0.10",
16
"react-native-web": "^0.11.4",
17
"validator": "^11.1.0"
18
},
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-input-validator",
3
- "version": "1.0.9",
+ "version": "1.0.10",
4
"description": "React native input with floating label and data validation",
5
"main": "index.js",
6
"scripts": {
0 commit comments