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

isLTR dosen't work in react-native-web env #26

Closed bhyoo99 closed 7 months ago

bhyoo99 commented 1 year ago

isLTR dosen't work in react-native-web

testingURL : https://snack.expo.dev/@bhyoo99/react-native-auto-scroll-isltr-bug

As a result of my testing, the problem occurs when the useNativeDriver is false. but, for animation looping, it is right to keep it in the false state.

https://github.com/tienphaw/react-native-animated-spinkit/issues/7 There was a similar issue in this library.

@minhtc