Skip to content

RTL Support #5

@amitpdev

Description

@amitpdev

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions