ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.93k stars 2.28k forks source link

Issue related to ScrollableTabBar in RN v>0.61 #1126

Open saeedaallshore opened 3 years ago

saeedaallshore commented 3 years ago

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.

mrusmanali commented 3 years ago

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