Skip to content

Commit a021389

Browse files
authored
fix: flexible rn resolution (#431)
1 parent 579eb5f commit a021389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"object-hash": "3.0.0"
2525
},
2626
"peerDependencies": {
27-
"react": "18.1.0",
28-
"react-native": "0.70.1"
27+
"react": "*",
28+
"react-native": "*"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "7.19.3",

0 commit comments

Comments
 (0)