props => <DrawerContainer {...props} />,
то из сцены не подтягиваются navigationOptions. вот эти:
static navigationOptions = {
drawerLabel: 'About',
drawerIcon: () => (
<Image
source={{uri: `https://dummyimage.com/....`}}
style={{width: 30, height: 30, borderRadius: 15}}
/>
)
}
как быть?
@savelichalex , может знаешь?
тогда из какой сцены не подтягивается?
Обсуждают сегодня