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

Sticky bar on the bottom #3015

Closed
bialasik opened this issue Apr 26, 2018 · 1 comment
Closed

Sticky bar on the bottom #3015

bialasik opened this issue Apr 26, 2018 · 1 comment

Comments

@bialasik
Copy link

bialasik commented Apr 26, 2018

Version

  • react-native-router-flux v4.0.0 (v3 is not supported)
  • react-native v0.54.*

Expected behaviour

Hi. I'd like to have sticky bar on the bottom, with button to other scene. Visibility should depends of state of my app.
This bar should be visible for multiple views.
What's the best way to achieve this? Should I use tabbar or something else?

Thank you,
Marcin

@tianling536
Copy link

tianling536 commented May 1, 2018

try tabBarPosition='bottom',example:
<Tabs key='tabBar' swipeEnabled showIcon={true} showLabel={false} tabBarPosition='bottom' hideNavBar type={ActionConst.RESET} inactiveTintColor="#999999" initial={false} default='home'> your Scenes... </Tabs>

@aksonov aksonov closed this as completed Aug 8, 2018
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

3 participants