react-native-experimental-navigation
react-native-experimental-navigation copied to clipboard
React Native ExperimentalNavigation clone (RN0.26 API) used by RNRF
@aksonov In NavigationLegacyNavigator.js we have this imports => ``` const NavigatorBreadcrumbNavigationBar = require('./NavigatorBreadcrumbNavigationBar'); const NavigatorNavigationBar = require('./NavigatorNavigationBar'); const NavigatorSceneConfigs = require('./NavigatorSceneConfigs'); const NavigationContext = require('./NavigationContext'); ``` but there aren't the...
Lots of these warnings. Believe this is coming from router --> this repo
``` "devDendencies": { "babel-cli": "^6.8.0", "babel-plugin-syntax-flow": "^6.8.0", "babel-plugin-transform-flow-strip-types": "^6.8.0", "babel-preset-react-native": "^1.7.0", "clamp": "^1.0.1", "fbjs": "^0.8.1", "react-addons-pure-render-mixin": "^15.1.0" }, "devDependencies": {}, ``` I'm assuming that we want devDependencies, not devDendencies.