Skip to content

Commit 3a5db12

Browse files
authored
Merge pull request #185 from DebasisSaikia/patch-1
Updated package.json to fix peer dependency issue with react 18
2 parents 6fb7f9f + aaf0ced commit 3a5db12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"react-native": "^0.55.3"
4343
},
4444
"peerDependencies": {
45-
"@types/react": ">=16.8.24 <18"
45+
"@types/react": ">=16.8.24"
4646
},
4747
"jest": {
4848
"preset": "react-native",

0 commit comments

Comments
 (0)