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

Scroll Stoping when class change(version 0.0.10) #29

Open Gameiro29 opened 5 months ago

Gameiro29 commented 5 months ago

Using this library in js, in my app,in the first route (using a tabNavigator) the AutoScroll Component has a conditional hidden class. Its shows the folowing error: ERROR TypeError: contentRef.current.measure is not a function (it is undefined), js engine: hermes When i change the route, the autoscroll shows up just fine, but if i return to the first route ("Parocinios") when i go to another route, the scroll has stoped. image