jeanregisser / react-native-slider

A pure JavaScript <Slider> component for react-native
MIT License
1.3k stars 571 forks source link

Performance issues #123

Closed devth closed 6 years ago

devth commented 6 years ago

I'm seeing performance problems with this slider as well as the React Native slider. I render 3 on the screen and when I quickly try to slide there's often a delay where the slider is completely unresponsive, or the app even freezes up occasionally. Is anyone else seeing this?

devth commented 6 years ago

My bad I unknowingly had a semi transparent layer on top that was sometimes catching tap events 🤤