You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With @react-native-async-storage/async-storage: 1.15.4, react-native: 0.63.2 and react-native-flipper: 0.87.0 I got two warning when running npm install:
npm WARN [email protected] requires a peer of react-native@^0.62.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react-native-flipper@^0.37.0 but none is installed. You must install peer dependencies yourself.
npm semver consider react-native: 0.63.2 not compatible with ^0.62.0 because the major version is 0 (Same behavior with react-native-flipper)
Please remove peerDependecies or make them less restrictive in particular for react-native and react-native-flipper because these libraries are updated very often
The text was updated successfully, but these errors were encountered:
The
peerDependecies
forrn-async-storage-flipper
are too restrictive:rn-async-storage-flipper/packages/rn-async-storage-flipper/package.json
Lines 20 to 24 in 83996f5
With
@react-native-async-storage/async-storage: 1.15.4
,react-native: 0.63.2
andreact-native-flipper: 0.87.0
I got two warning when runningnpm install
:npm semver consider
react-native: 0.63.2
not compatible with^0.62.0
because the major version is0
(Same behavior withreact-native-flipper
)Please remove
peerDependecies
or make them less restrictive in particular forreact-native
andreact-native-flipper
because these libraries are updated very oftenThe text was updated successfully, but these errors were encountered: