You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your environment info looks incomplete, but from the screenshot it looks like you're using Windows. We are aware that the 0.56 release has some issues on Windows, and this is being discussed over at #20353
Friendly reminder that the project is worked on by humans, and they read what you write here.
WHAT DOCUMENTATION? I wish this crappy error were documented
this just sends me into another rabbit hole and more waste of time
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.
react-native run-android
cli commandgo and get a towel to wipe your tears
because as expectedall hell breaks loose and nothing works
Reproducible Demo
run
react-native init foo
run `react-native run-android'
The text was updated successfully, but these errors were encountered: