expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

Is it possible to change the background of TabNavigation? #456

Closed kaushikdas0 closed 7 years ago

kaushikdas0 commented 7 years ago

Something like this is not working for me.

... const styles = StyleSheet.create({ tabNavigation: { backgroundColor: '#000', } });
kaushikdas0 commented 7 years ago

Ah never mind, this works . tabBarColor={'#000'}