Skip to content

Commit e2772d7

Browse files
authored
Remove react as peerDependencies (#125)
fix: #114
1 parent ded48e5 commit e2772d7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,12 @@
3737
"test:detox:clean": "rimraf example/android/build && rimraf example/android/app/build && rimraf example/android/.gradle && rimraf example/ios/build"
3838
},
3939
"peerDependencies": {
40-
"react": ">=16.0",
41-
"react-native": ">=0.57 <0.65"
40+
"react-native": ">=0.57"
41+
},
42+
"peerDependenciesMeta": {
43+
"react-native": {
44+
"optional": true
45+
}
4246
},
4347
"devDependencies": {
4448
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)