web-ridge / react-native-paper-tabs

Smooth and fast cross platform Material Design Tabs for React Native Paper
https://reactnativepapertabs.com
MIT License
190 stars 34 forks source link

Fix: scrollview lag when swipe between screens #19

Closed samarmeena closed 2 years ago

samarmeena commented 2 years ago

While scrolling immediately after a swipe between screens, it lags for a few seconds before scrolling and sometime switch screens. Suggested change fix this, issue, However, test this change before merging.

samarmeena commented 2 years ago

@RichardLindhout source root file name \ aka slash cause git command problem in windows, however, my pull requested automatically deleted it. please add this file again with string name instead of symbol.

samarmeena commented 2 years ago

so far, there is one issue detected,

  1. setup three screen
  2. swipe screen one to second
  3. click on tab 1

you will see that you can not goto screen 1.


fixed in below commit

samarmeena commented 2 years ago

I have encountered issues reported in #17 #12 #9

However, when we press tabs, there were no animation, if there was, it was not working properly.

In the recent pull request, all the above mentioned issues are fixed and fully tested. Now the package is working just smooth as everyone want's it.

If you someone still having issues related to this PR, mention me. Thanks