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
overlayTop
React Native: 0.48.4.
React: 16.0.0-alpha.12.
Native Base: 2.3.3.
At top.
At bottom.
<Container style={{paddingVertical: 50}}> <Tabs tabBarPosition="overlayTop"> <Tab heading="Tab 1"> <Text>1</Text> </Tab> <Tab heading="Tab 2"> <Text>2</Text> </Tab> <Tab heading="Tab 3"> <Text>3</Text> </Tab> </Tabs> </Container>
Only tested on iOS.
The text was updated successfully, but these errors were encountered:
Fixed position in #1355
Sorry, something went wrong.
Fix for issue #1330.
7d6a066
Issue - Why does my `overlayTop` tab bar appear at bottom
Merge pull request #1405 from GeekyAnts/fix/Tabs/overlayTabBarPosition
f405d07
Fix for issue #1330. Why does my `overlayTop` tab bar appear at bottom?
Fixed with NativeBase 2.3.5
No branches or pull requests
react-native, react and native-base version
React Native: 0.48.4.
React: 16.0.0-alpha.12.
Native Base: 2.3.3.
Expected behaviour
At top.
Actual behaviour
At bottom.
Steps to reproduce (code snippet or screenshot)
Screenshot of emulator/device
Is the bug present in both ios and android or in any one of them?
Only tested on iOS.
The text was updated successfully, but these errors were encountered: