Skip to content

Commit 0702af7

Browse files
authored
fix: AsyncStorage doesn't depend on react (#579)
1 parent f5f1fed commit 0702af7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,12 @@
6060
"test:e2e:ios": "detox test -c ios.sim.release --maxConcurrency 1",
6161
"test:e2e:macos": "scripts/macos_e2e.sh 'test'"
6262
},
63-
"peerDependencies": {
64-
"react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1",
65-
"react-native": "^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0"
66-
},
6763
"dependencies": {
6864
"deep-assign": "^3.0.0"
6965
},
66+
"peerDependencies": {
67+
"react-native": "^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0"
68+
},
7069
"devDependencies": {
7170
"@babel/core": "^7.8.4",
7271
"@babel/runtime": "^7.8.4",

0 commit comments

Comments
 (0)