can't run, start, test, play with or do anything usefull with the latest react-native app #20692
Closed
Description
- [X ] Review the documentation: https://facebook.github.io/react-native
WHAT DOCUMENTATION? I wish this crappy error were documented - [X ] Search for existing issues: https://github.com/facebook/react-native/issues
this just sends me into another rabbit hole and more waste of time - Use the latest React Native release: https://github.com/facebook/react-native/releases
Environment as created by the react-native init command
{
"name": "YodeNodeError",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"react-native": "0.56.0"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "5",
"jest": "23.5.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}
RN version info
Returning_from_des>react-native --version
react-native-cli: 2.0.1
react-native: 0.56.0
using the genymotion emulator but it fails equally the same using the AS emulator or a device....
Description
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
- create a new app with the react-native-cli
- build and start the new app with the
react-native run-android
cli command go and get a towel to wipe your tears
because as expectedall hell breaks loose and nothing works