dependencies”: {
“react”: “15.1.0”,
“react-native”: “^0.28.0”
}
Nathan Hyland
3
Ok, this tutorial has been updated! The main changes: 1. When creating the reducer, we have to name the array or scenes `routes` instead of children. 2. The key is located in props.scene.route.key vs props.scene.navigationState.key.