Skip to content

No header when using fluidNavigator #223

Description

@Stevemoretz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions