1. 18
    Customize the StackNavigator Header with React Navigation in a React Native App
    1m 56s

Customize the StackNavigator Header with React Navigation in a React Native App

InstructorChris Achard

Share this video with your friends

Send Tweet

React Navigation’s StackNavigator has a default header, which you may or may not want for your application. We’ll look at how to totally disable the header, as well as how to customize the default header on a per-screen basis.

Arup
~ 6 years ago

I am not getting the navigation header navigation color at all. Here is my git repo https://github.com/arupsarkar/jollibee

Arup
~ 6 years ago

FYI: If any of you are using react navigation version 3, navigationOptions is changed to defaultNavigationOptions and it works as expected.

Chris Achardinstructor
~ 6 years ago

Thanks Arup, yes. The API has changed since recording, so I’ll have to redo this part. Thanks for pointing out the fix!