react-native-scrollable-tab-view icon indicating copy to clipboard operation
react-native-scrollable-tab-view copied to clipboard

Issue related to ScrollableTabBar in RN v>0.61

Open saeedaallshore opened this issue 5 years ago • 1 comments
trafficstars

Hi!

Previously I was using a fork of this library. But after I updated my React Native version to 0.62, I had to replace that fork with this library because the former was not compatible with new RN versions.

So, as far as this library is concerned, ScrollableTabBar works fine on iOS but on Android, the transition lags and there's slight stuttering when I scroll between tabs. One approach would be to remove this library entirely and replace it with some library that uses an underlying native implementation for Tabs.

I've tried replacing ScrollableTabBar with DefaultTabBar, it works fine. However, I think it's somehow related to ScrollableTabBar.

I was wondering if there's a way to fix this issue on Android using this library? I've seen the previous issues related to that but they are unanswered.

I'd appreciate it if there's a way to solve this.

saeedaallshore avatar Nov 04 '20 12:11 saeedaallshore

@saeedaallshore I am also facing the same issue on android, do you know any other library which can function like this?

mrusmanali avatar Nov 17 '20 06:11 mrusmanali