We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Move to next tab
In Landscape mode
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>
The text was updated successfully, but these errors were encountered:
dup #750
Sorry, something went wrong.
@CircleCurve hi mate, have you find a walk around for this landscape issue?
@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?
@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
I have the same problem still
No branches or pull requests
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
Move to next tab
In Landscape mode
Below is my code. I just copy the source code from . I only reduce the wording and size of tab.
The text was updated successfully, but these errors were encountered: