Although npm start
or react-native start
is running
app gives this error:
When I searched I tried npm install
it gives this error:
How to fix this?
It seems like missing a dependency of the react native project.
Although npm start
or react-native start
is running
app gives this error:
When I searched I tried npm install
it gives this error:
How to fix this?
It seems like missing a dependency of the react native project.
The prompt show very clear,Unable to connect your device to the packager sever.
If your device and your computer under the same wi-fi,You can according to the last attempt to modify the connection attributes of your device.
install the dependency packages
npm install --force react@15.3.1
instead of
npm install react@15.3.1