react-native-onboarding-swiper
react-native-onboarding-swiper copied to clipboard
RTL issue on iOS
This lib is awesome and well works with android when I18nManager.ForceRTL(true) is called, bot not with iOS!
On iOS it starts on the last page and also swipe gesture is reversed!
Actually if you see carefully you can see its coming up by the first page and immediately goes to the last one.
Okay, I have never thought about RTL before. Do you have a minimal example?
Closing for now due to inactivity. Feel free to re-open it again.
Hi,
This doesn't work with RTL. You can try it by calling I18nManager.forceRTL(true);
what I see in iOS emulator is that it works just as android, but the sequence of the background color of pages becomes reverse!