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 6bd94ba commit 1f81028Copy full SHA for 1f81028
package.json
@@ -24,15 +24,15 @@
24
"url": "git@github.com:naveenvignesh5/react-native-otp-textinput.git"
25
},
26
"dependencies": {
27
- "react": "^18.2.0"
+ "react": "18.2.0"
28
29
"peerDependencies": {
30
- "react-native": "^0.72.4"
+ "react-native": "0.74.1"
31
32
"author": "Naveen Vignesh.B <naveenvignesh5.nv@gmail.com>",
33
"license": "MIT",
34
"devDependencies": {
35
- "@types/react-native": "^0.72.2",
36
- "typescript": "^5.1.6"
+ "@types/react": "~18.2.79",
+ "typescript": "~5.3.3"
37
}
38
0 commit comments