homielab / react-native-auto-scroll

A performance auto horizontal scrolling component for react-native
https://www.npmjs.com/package/@homielab/react-native-auto-scroll
218 stars 23 forks source link

Could not resolve peer dependency react 16.9.0 #7

Closed HadrienPierart closed 3 years ago

HadrienPierart commented 3 years ago

Hi,

Thanks a lot for the great library ! Could you fix your peer deps to at least allow minor versions upgrades of React ? For instance, our project uses 16.13.1 which should be pretty close to 16.9 but the npm install breaks because of this peer dependency !

Thanks

minhtc commented 3 years ago

Checkout the latest version: "react-native-auto-scrolling": "^2.1.0" BR