React-native-router-flux: Android tab bar at the bottom

Created on 11 Sep 2017  路  2Comments  路  Source: aksonov/react-native-router-flux

Version

  • react-native-router-flux v4.0.0-beta.21
  • react-native v0.48.2

Problem

Hello!

I wonder how we can put the tab navigation bar at the bottom on Android. By default it looks like the iOS one is at the bottom but it's not the same thing for Android (which is at the top).
How can I have the same behaviour between the two platforms?

Is there a property which define it? If so, I searched it but not find.. :(

Thank you in advance!

Most helpful comment

@piloulac please look at tabBarPosition in the docs. To keep native feel, android defaults to top and iOS defaults to bottom.

All 2 comments

@piloulac please look at tabBarPosition in the docs. To keep native feel, android defaults to top and iOS defaults to bottom.

Ok thank you!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GCour picture GCour  路  3Comments

moaxaca picture moaxaca  路  3Comments

sarovin picture sarovin  路  3Comments

booboothefool picture booboothefool  路  3Comments

kirankalyan5 picture kirankalyan5  路  3Comments