Closed
Description
Is this a bug report?
Yes
Have you read the Bugs section of the Contributing to React Native Guide?
Yes
Environment
react-native -v
: 0.45.1node -v
: v8.1.4npm -v
: 5.3.0yarn --version
(if you use Yarn): 0.27.5
Then, specify:
- Target Platform: iOS, Android
- Development Operating System: Linux (Arch Linux), 4.12.1
- Build tools:
Steps to Reproduce
(Write your steps here:)
- Create new app using
create-react-native-app
- Run
yarn start
Expected Behavior
Be able to view the app on my phone by scanning the QR code in Expo.
Actual Behavior
Outputs warning:
Warning: You are using npm version 5.3.0. There may be bugs in this version, use it at your own risk. We recommend version 4.6.1.
but seems to work fine otherwise. When opening the link in Expo I just get the error that something went wrong. In the log it states:
Uncaught Error: Packager is not running at http://XXX.XXX.X.X:19001
Reproducible Demo
Create an app using create-react-native-app
.