homielab / react-native-auto-scroll

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

feat: React Native Web Support #20

Closed bhyoo99 closed 2 years ago

bhyoo99 commented 2 years ago

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 :)

bhyoo99 commented 2 years ago

sry reopened