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

ScrollableTabView with ScrollableTabBar has an incorrect position in landscape mode in ios #770

Closed
CircleCurve opened this issue Oct 18, 2017 · 5 comments

Comments

@CircleCurve
Copy link

CircleCurve commented Oct 18, 2017

Hello, I'm new of react native and try to integrate this library with both portrait and landscape mode. Unfortunately, ios render a wrong position

Portrait

image

Move to next tab

image

In Landscape mode

image

Below is my code. I just copy the source code from . I only reduce the wording and size of tab.

<ScrollableTabView
                style={{ marginTop: 20, }}
                initialPage={0}
                renderTabBar={() => <ScrollableTabBar />}
            >
                <Text tabLabel='Tab #1'>My</Text>
                <Text tabLabel='Tab #2'>favorite</Text>
                <Text tabLabel='Tab #3'>project</Text>

            </ScrollableTabView>
@skv-headless
Copy link
Collaborator

dup #750

@malonguwa
Copy link

malonguwa commented Mar 23, 2018

@CircleCurve hi mate, have you find a walk around for this landscape issue?

@malonguwa
Copy link

@skv-headless Could you mind to explain little more why you refer this issue to #750
? Is there a way to fix this landscape layout issue?

@yurnery
Copy link

yurnery commented Jun 21, 2018

@malonguwa @skv-headless @CircleCurve could you tell me how to solve this problem more clear? the issue #750 this not the same as this problem at all

@chyrta
Copy link

chyrta commented Jan 29, 2019

I have the same problem still

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants