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.29k forks source link

RTL crash on tapping Tab platform:Android #1161

Open saurabh874 opened 2 years ago

saurabh874 commented 2 years ago

Current behaviour Launch the application in RTL(Arabic) language. Tap on the tab or swipe screen is getting crash. Tested in example app as well and app got crashed.

Expected behaviour App should not get crash in RTL.

Versions "react-native": "0.63.4", "react-native-tab-view": "^3.1.1", "react-native-pager-view": "^5.1.2", "react-native-scrollable-tab-view": "^1.0.0",