We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded48e5 commit e2772d7Copy full SHA for e2772d7
package.json
@@ -37,8 +37,12 @@
37
"test:detox:clean": "rimraf example/android/build && rimraf example/android/app/build && rimraf example/android/.gradle && rimraf example/ios/build"
38
},
39
"peerDependencies": {
40
- "react": ">=16.0",
41
- "react-native": ">=0.57 <0.65"
+ "react-native": ">=0.57"
+ },
42
+ "peerDependenciesMeta": {
43
+ "react-native": {
44
+ "optional": true
45
+ }
46
47
"devDependencies": {
48
"@babel/core": "^7.0.0",
0 commit comments