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 ca92a9a commit 71ba3cfCopy full SHA for 71ba3cf
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.4.0",
+ "version": "1.4.1",
5
"author": "Caio Nilton <cnilton>",
6
"main": "index.tsx",
7
"private": false,
@@ -36,7 +36,7 @@
36
"test": "jest",
37
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
38
},
39
- "dependencies": {
+ "peerDependencies": {
40
"react": "*",
41
"react-native": "*",
42
"react-native-reanimated": "*"
0 commit comments