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

On change the tab indication colour(Highlighted) does not show for next tab only in RTL ( for HEBREW language) #1147

Open saurabh874 opened 3 years ago

saurabh874 commented 3 years ago
Screenshot 2021-06-18 at 08 59 59
mudassiriqball commented 2 years ago

Same issue here, added some workaround for this to work. in node_modules/react-native-scrollable-tab-view/DefaultTabBar.js replace this:

const translateX = this.props.scrollValue.interpolate({ inputRange: [0, 1],

Use patch-package (https://www.npmjs.com/package/patch-package) to keep this change consistent.