FruitieX / react-navigation-native-base

NativeBase Header component for react-navigation
Other
12 stars 3 forks source link

Do you have a working example for the Footertabs? #3

Open hugomosh opened 7 years ago

hugomosh commented 7 years ago

I am trying to figure out how to set the style and so on. I will go deep into the code but It will be easier. Thanks, nice component.

FruitieX commented 7 years ago

You're supposed to style it with NativeBase themes, see http://nativebase.io/docs/v2.0.0/customize#themingNativeBaseApp and wrap eg your whole app in the StyleProvider.

FruitieX commented 7 years ago

Although passing styles manually needs to be implemented if it isn't already