新建项目
Posted 任伟
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了新建项目相关的知识,希望对你有一定的参考价值。
React Native 创建项目
Last login: Wed Jan 4 14:46:08 on ttys003
192:~ renwei$ cd /Users/renwei/学习/web端/React\ Native
192:React Native renwei$ ls
AHelloWorld BViewDemo
192:React Native renwei$ react-native init RWBuy
This will walk you through creating a new React Native project in /Users/renwei/学习/web端/React Native/RWBuy
Installing react-native from npm...
Consider installing yarn to make this faster: https://yarnpkg.com
// 项目创建成功
Setting up new React Native app in /Users/renwei/学习/web端/React Native/RWBuy
Installing React...
Installing Jest...
npm WARN prefer global [email protected] should be installed with -g
To run your app on ios:
react-native run-ios
- or -
Open ios/RWBuy.xcodeproj in Xcode
Hit the Run button
To run your app on android:
Have an Android emulator running (quickest way to get started), or a device connected
react-native run-android
192:React Native renwei$
注意:React Native升级后创建项目出现问题的处理方案
报错 :Cannot find module ‘invariant‘
解决方案:
原来是新版本的cli构建工具更新的时候,要同时更新npm的版本。
sudo npm update npm -g
以上是关于新建项目的主要内容,如果未能解决你的问题,请参考以下文章