出现如下截图错误:
部分代码如下:
<NavigatorIOS
style={{flex: 1}}
barTintColor='#433a34'
titleTextColor='#fff'
ref='nav'
initialRoute={{
component: GoddessScene,
title: '女神时刻',
leftButtonIcon: require('image!tabnav_list'),
onLeftButtonPress: () => {
this.state.isDrawerOpened ? this.props.closeDrawer() : this.props.openDrawer()
},
passProps: {
closeDrawer: this.props.closeDrawer
}
}}
/>
tabnav_list
图片尺寸为50*46
,三张都是同一张图片。
不要用这个组件,这个组件不是React Native官方的组件。
是爱好者自己开发的,官方是不维护这个组件的。
使用Navigator