Update react-navigation to the latest version 
(#293)

* fix(package): update react-navigation to version 2.0.0 * Code updated to support breaking changes of react-navigation
Showing
- app/containers/Sidebar.js 2 additions, 8 deletionsapp/containers/Sidebar.js
- app/containers/routes/AuthRoutes.js 3 additions, 3 deletionsapp/containers/routes/AuthRoutes.js
- app/containers/routes/NavigationService.js 3 additions, 3 deletionsapp/containers/routes/NavigationService.js
- app/containers/routes/PublicRoutes.js 5 additions, 5 deletionsapp/containers/routes/PublicRoutes.js
- app/views/RoomsListView/Header/index.js 1 addition, 1 deletionapp/views/RoomsListView/Header/index.js
- package-lock.json 64 additions, 8 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
... | ... | @@ -67,7 +67,7 @@ |
"react-native-video": "^2.0.0", | ||
"react-native-video-controls": "^2.2.1", | ||
"react-native-zeroconf": "^0.8.3", | ||
"react-navigation": "^1.5.11", | ||
"react-navigation": "^2.0.0", | ||
"react-redux": "^5.0.6", | ||
"realm": "^2.6.0", | ||
"redux": "^4.0.0", | ||
... | ... |
Please register or sign in to comment