Skip to content

Commit 922413b

Browse files
authored
allow react 17
1 parent 50856ad commit 922413b

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
@@ -35,7 +35,7 @@
3535
"react-native-fit-image": "^1.5.5"
3636
},
3737
"peerDependencies": {
38-
"react": "^16.2.0",
38+
"react": ">=16.2.0",
3939
"react-native": ">=0.50.4"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)