PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
868 stars 171 forks source link

Jaggedness in scrolling #291

Open LinceMathew opened 2 years ago

LinceMathew commented 2 years ago

problem: scroll view inside a collapsible tab view has a jaggedness in production mode. but in development mode, the scroll view is working smoothly. I am attaching the screen recording here. Does anyone know the reason?

device android

production mode

https://user-images.githubusercontent.com/66767636/182859851-c4a25e4c-6dd6-49be-9683-90dc4a60c595.mp4

development mode

https://user-images.githubusercontent.com/66767636/182859949-f258e60a-1b13-473f-98f2-f63ea58724d9.mp4

abdullahIsa commented 2 years ago

Hello i am having same issue, any fix ?

LinceMathew commented 2 years ago

some people suggested to use flash list instead of scroll view

abdullahIsa commented 2 years ago

some people suggested to use flash list instead of scroll view

ah yes i actually ended up doing that, seems fine now, thanks.