D
D
Dmitry Nikitin2018-07-09 11:20:09
JavaScript
Dmitry Nikitin, 2018-07-09 11:20:09

How to start a React Native project?

In the command line I write npm start
Starting packager appears ... And the process hangs for an unclear reason.
Package.json content:
"scripts": {
"start": "react-native-scripts start"
...
}
There is a babelrc file:
{
"presets": ["babel-preset-expo"],
"env": {
"development": {
"plugins": ["transform-react-jsx-source"]
}
}
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nick, 2018-07-09
@DragonSpirit

is port 8081 free on the system?

B
Basterrior, 2018-07-16
@Basterrior

Close all node processes.
react-native start

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question