PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
830 stars 161 forks source link

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

Closed saurabh874 closed 2 years ago

saurabh874 commented 3 years ago

@PedroBern do you have any idea how to resolve it ? even i tried to change in node_module but did not get any solution.

Screenshot 2021-06-04 at 20 51 25
andreialecu commented 3 years ago

The coordinates here may need to be adjusted when using RTL: https://github.com/PedroBern/react-native-collapsible-tab-view/blob/ebfecd77ebd50cae30f8b911202a068e41b5efd4/src/MaterialTabBar/Indicator.tsx#L25

If you come up with a solution please submit a PR.

andreialecu commented 3 years ago

Related: https://github.com/facebook/react-native/issues/29060

andreialecu commented 2 years ago

I believe this may have been fixed in 4.3.0 after merging #193

Will close, but feel free to open a new issue if the problem persists.

Abderrahmane-K commented 2 years ago

@andreialecu did you find a solution for this problem?

andreialecu commented 2 years ago

Try the new v5 rc.