Skip to content

Commit e183343

Browse files
authored
Merge pull request #166 from trajano/patch-1
allow react 17
2 parents 50856ad + 922413b commit e183343

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)