react-native init AwesomeProject is slow

React Native is very slow when creating a new project, you can do this:

First download an AwesomeProject source code (without dependencies), then npm install install dependencies

npm uses taobao dependencies

npm config set registry https://registry.npm.taobao.org

npm config set disturl https://npm.taobao.org/dist

--------

react - native init AwesomeProject // very slow

cd AwesomeProject

react-native run-ios

--------

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326942091&siteId=291194637