本文介绍了React Navigation切换背景颜色和样式StackNavigator的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我对React Native很新,但我有一个简单的工作应用程序,有三个场景。我之前使用过Navigator,但感觉很迟钝,很高兴尝试使用React Navigation(如
你需要从头对象中删除对象键。另外,请注意它们已被重命名。
You need to remove the object keys from the header object. Also, notice they have been renamed.
static navigationOptions = {
title: 'some string title',
headerTitleStyle: {
/* */
},
headerStyle: {
/* */
},
headerTintColor: {
/* */
},
}
这篇关于React Navigation切换背景颜色和样式StackNavigator的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!