Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScrollView bug with RTL setting #10852

Closed
ronzilca opened this issue Nov 10, 2016 · 1 comment
Closed

ScrollView bug with RTL setting #10852

ronzilca opened this issue Nov 10, 2016 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@ronzilca
Copy link

Description

I've got simple ScrollView (horizontal) with some thumbnails inside. My app is for both LTR and RTL users, so when user change his locale the style is responsive for his system choose.

Actually, in both LTR and RTL the ScrollView is get widen because there is more thumbnails than what can present in the frame - and its OK. The problem is when my locale is set to RTL - I can't see all my thumbnails, but only the thumbnails that fit in my screen. Again, the ScrollView is widen as he should be - but the thumbnails is missing.

Reproduction

           `<ScrollView
                ref={(view) => this.category_view = view}
                horizontal={true}
                showsHorizontalScrollIndicator={false}
            >
                <Item title={'1'} />
                <Item title={'2'} />
                <Item title={'3'} />
                <Item title={'4'} />
                <Item title={'5'} />
                <Item title={'6'} />
            </ScrollView>`

Additional Information

  • React Native version: 0.35.0
  • Platform: Android
  • Operating System: MacOS
@hramos
Copy link
Contributor

hramos commented May 25, 2017

Closing this issue because it has been inactive for a while. If you think it should still be opened let us know why.

@hramos hramos closed this as completed May 25, 2017
@hramos hramos added the Icebox label May 26, 2017
@facebook facebook locked as resolved and limited conversation to collaborators Jul 19, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants