Hi,
On RTL mode, only the first image is shown, swiping left shows empty pages.
This happens due to wrong flexDirection (of ScrollView).
The normal solution would be something like:
flexDirection: I18nManager.isRTL ? 'row-reverse' : 'row'
I know it will require a change in react-native-view-pager as well (no github repo?) , but can you please work something out? it is really critical for us.
Thanks!
Hi,
On RTL mode, only the first image is shown, swiping left shows empty pages.
This happens due to wrong flexDirection (of ScrollView).
The normal solution would be something like:
flexDirection: I18nManager.isRTL ? 'row-reverse' : 'row'I know it will require a change in
react-native-view-pageras well (no github repo?) , but can you please work something out? it is really critical for us.Thanks!