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 aefeb6a commit e3e0e11Copy full SHA for e3e0e11
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-floating-label-input",
3
"description": "A simple and customizable React Native TextInput with it's placeholder always shown.",
4
- "version": "1.3.10",
+ "version": "1.3.11",
5
"author": "Caio Nilton <cnilton>",
6
"main": "index.tsx",
7
"private": false,
@@ -39,7 +39,7 @@
39
"peerDependencies": {
40
"react": "*",
41
"react-native": "*",
42
- "react-native-reanimated": "^2.0.0"
+ "react-native-reanimated": "*"
43
},
44
"devDependencies": {
45
"@babel/core": "^7.6.2",
@@ -79,4 +79,4 @@
79
"node"
80
]
81
}
82
-}
+}
0 commit comments