jk-gan / redux-flipper

Redux middleware for React Native for Flipper
MIT License
158 stars 21 forks source link

add flexibility to peerDeps for newer versions #54

Closed bell-steven closed 2 years ago

bell-steven commented 2 years ago

Resolving these warnings.

npm WARN redux-flipper@2.0.0 requires a peer of react-native@^0.63.0 but none is installed. You must install peer dependencies yourself.
npm WARN redux-flipper@2.0.0 requires a peer of react-native-flipper@^0.100.0 but none is installed. You must install peer dependencies yourself.
jk-gan commented 2 years ago

I will merge and release a new version later today. Thanks @bell-steven for the contribution!