Skip to content

can't run, start, test, play with or do anything usefull with the latest react-native app #20692

Closed
@lcr0815

Description

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.

  1. create a new app with the react-native-cli
  2. build and start the new app with the react-native run-android cli command
  3. go and get a towel to wipe your tears because as expected all hell breaks loose and nothing works

Reproducible Demo

run react-native init foo
run `react-native run-android'
2018-08-16

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions