AZZB / react-native-swipe-navigation

Swipe to navigate
MIT License
66 stars 18 forks source link

Really cool but a little bit laggy #4

Open SebMenozzi opened 6 years ago

SebMenozzi commented 6 years ago

Currently, I'm using react-native-tab-view to reproduce a swipe navigation like Snapchat, unfortunately, despite the fact I'm using react-native-gesture-handler and use native animations, it's not as fluid as I want, there is always a little tiny delay that I really want to remove when I change tabs, and sometimes the swipe navigation isn't completely fluid. So I tried your module, it's exactly what I'm looking for, but the Snapchat demo provided is not enough fluid, animations aren't running totally smoothly and the swipe gesture is not predictable enough. Hope to see some improvements to this promising module!

gitstud commented 5 years ago

Hey, have you tried this in production mode? I haven't tried out this library yet but I've seen that sometimes slow issues are more apparent in development mode.