-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Description
Hi why the header is gone???
only replace createFluidNavigator with createStackNavigator the header now works.
But with createFluidNavigator it doesn't!
const MainNavigator = createFluidNavigator({
Test:{screen : NotificationScreen,
navigationOptions : {
headerStyle: {
backgroundColor: Platform.OS === 'android' ? Colors.primary : ''
},
headerTitleStyle : {
fontFamily : 'open-sans-bold'
},
headerBackTitleStyle : {
fontFamily : 'open-sans'
},
headerTintColor: Platform.OS === 'android' ? 'white' : Colors.primary,
}},
}, {
navigationOptions : {
drawerIcon : drawerConfig => <Ionicons name={Platform.OS === 'android' ? 'md-cart' : 'ios-cart'} size={23} color={drawerConfig.tintColor}/>,
}
});
Metadata
Metadata
Assignees
Labels
No labels