In this lesson you will learn how to configure a StackNavigator to display its content as a modal that overlays any existing navigation structure in your application. We will accomplish this by using the StackNavigator’s configuration object and leveraging the mode
and headerMode
options.
Will future videos cover 2.0 react navigation?
Should StackNavigator be replaced with createStackNavigator?
The examples on GitHub use V2 of React Navigation. The videos for this course were created before V2 was released. All of the same concepts/strategies apply just StackNavigator
has become createStackNavigator
Please update the repository. Trying to make it run on latest version of Expo (32.0.3), but end up with an endless series of upgrade and compatibility problems. I'm sure someone savvier can fix it, but anyway I don't think paying subscribers should have to go through that hassle to follow the courses here at egghead.