Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question