react project init

npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global

npm install -g yarn react-native-cli

yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global

npm install -g create-react-native-app

create-react-native-app MyApp

npm start

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注