Jul 30, 2017 · 1 min read
It’s just minor syntax. The examples in the written post are correct, the video is out of date. Basically anywhere you have more than one level of nesting in navigationOptions has been changed. For example
navigationOptions: {
tabBar: {
label: 'hi'
}
}would now be
navigationOptions: {
tabBarLabel: 'hi'
}