标签: react-native react-native-navigation wix-react-native-navigation
我想动态更改标签样式(即,在已调用初始样式的startTabBasedApp之后)。 有办法吗?
startTabBasedApp
答案 0 :(得分:2)
现在应该可以合并#2539
API:
this.props.navigator.setStyle({ tabBarButtonColor: '#0d0d0d', tabBarSelectedButtonColor: '#ff6c33', tabBarBackgroundColor: '#ffffff', navigationBarColor: '#ffffff', });
答案 1 :(得分:-1)
您使用哪个react-native-navigation?
react-native-navigation
您可以这样做,但使用非常具体的样式道具,请参阅here