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 7399925 commit 8e964e1Copy full SHA for 8e964e1
package.json
@@ -23,16 +23,17 @@
23
"type": "git",
24
"url": "git@github.com:naveenvignesh5/react-native-otp-textinput.git"
25
},
26
- "dependencies": {
27
- "react": "18.2.0"
28
- },
29
"peerDependencies": {
30
- "react-native": "0.74.1"
+ "react": "*",
+ "react-native": "*"
31
32
"author": "Naveen Vignesh.B <naveenvignesh5.nv@gmail.com>",
33
"license": "MIT",
34
"devDependencies": {
35
- "@types/react": "~18.2.79",
36
- "typescript": "~5.3.3"
37
- }
+ "react": "18.2.0",
+ "react-native": "0.73.5",
+ "@types/react": "18.2.79",
+ "typescript": "5.3.3"
+ },
38
+ "packageManager": "yarn@1.22.19"
39
}
0 commit comments