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

Why does my overlayTop tab bar appear at bottom? #1330

Closed
bflatmajor opened this issue Oct 28, 2017 · 2 comments
Closed

Why does my overlayTop tab bar appear at bottom? #1330

bflatmajor opened this issue Oct 28, 2017 · 2 comments
Labels

Comments

@bflatmajor
Copy link

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)

<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>

Screenshot of emulator/device

img_6a5eca6c4867-1

Is the bug present in both ios and android or in any one of them?

Only tested on iOS.

@akhil-ga
Copy link
Contributor

Fixed position in #1355

@akhil-ga akhil-ga removed the PR label Nov 17, 2017
akhil-ga added a commit that referenced this issue Nov 29, 2017
Issue - Why does my `overlayTop` tab bar appear at bottom
SupriyaKalghatgi added a commit that referenced this issue Dec 7, 2017
Fix for issue #1330.
Why does my `overlayTop` tab bar appear at bottom?
@SupriyaKalghatgi
Copy link
Contributor

Fixed with NativeBase 2.3.5

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

No branches or pull requests

3 participants