Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No header when using fluidNavigator #223

Open
Stevemoretz opened this issue Nov 28, 2019 · 5 comments
Open

No header when using fluidNavigator #223

Stevemoretz opened this issue Nov 28, 2019 · 5 comments

Comments

@Stevemoretz
Copy link

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}/>,
    }
});
@kabaljit
Copy link

kabaljit commented Dec 3, 2019

Hi @Stevemoretz,

I am facing the same issue, did you have any luck with the header? Why the header is disappearing when we are using FluidNavigator?

Thanks

@Stevemoretz
Copy link
Author

Hi @kabaljit Nope there's no reasonable way to fix this.It never appears to be disappeared that's the problem.No one can help but the author.Wish he actually responded.But he isn't.

@Stevemoretz
Copy link
Author

Please consider this issue.

@ethanyuwang
Copy link

Having the same issue here

@Stevemoretz
Copy link
Author

Up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants