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

React Native Web Support #21

Closed bhyoo99 closed 2 years ago

bhyoo99 commented 2 years ago

Sorry for double PR

https://necolas.github.io/react-native-web/

In a react-native-web environment, it loop once.

"useNativeDriver always true" was a problem, so I edited it to operate dynamically according to the Platform.OS

Thank you for the wonderful library :)

minhtc commented 2 years ago

Great! Thanks for your pull request.