Any suggestions to fix error below?
Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error ENOENT:no such file or directory, uv_cwd(null)
I tried this, but that did not work:
- react-native upgrade
react-native upgrade
- unlink and link the module
- uninstalling the package and reinstalling
I am on iOS emulator and here are my dependencies:
"dependencies": {"firebase": "^3.7.3","lodash": "^4.17.4","react": "15.4.2","react-native": "0.42.3","react-native-material-kit": "^0.4.1","react-native-vector-icons": "^4.0.0","react-navigation": "^1.0.0-beta.7","react-redux": "^5.0.3","redux": "^3.6.0","redux-thunk": "^2.2.0" },"devDependencies": {"babel-jest": "19.0.0","babel-preset-react-native": "1.9.1","jest": "19.0.2","react-test-renderer": "15.4.2" },"jest": {"preset": "react-native" }