You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set my tab bar activeBackgroundColor but noting is working
I have the following tabBarStyle={styles.tabBarStyle} which works for the background but the following did not work activeBackgroundColor={styles.tabBarSelectedStyle} tabBarOptions={{activeBackgroundColor: '#FFF'}}
"react-native-router-flux": "4.0.0-beta.14",
I'm trying to set my tab bar activeBackgroundColor but noting is working
I have the following
tabBarStyle={styles.tabBarStyle}
which works for the background but the following did not workactiveBackgroundColor={styles.tabBarSelectedStyle} tabBarOptions={{activeBackgroundColor: '#FFF'}}
Here is my code
The text was updated successfully, but these errors were encountered: