课程:使用Expo React Native

使用Expo创建本机课程。

安装nodejs并检查安装

$ node --version

安装Expo

$ npm install expo-cli -g

发起新项目

$ expo init .

运行项目并运行服务

$ npm start

Android Studio

使用Android Studio,从PC提升模拟器。

AVD管理器创建虚拟设备配置启动模拟器。

克隆存储库。

$ git clone https://github.com/lortmorris/curso-expo.git

基础GIT

从存储库中带来更改

$ git pull

检查更改而不上传

$ git status

添加文件以准备提交

$ git add file1 file2 .... fileN

提交

$ git commit -m ' mi commit '

将更改上传到存储库。

zip 文件大小:773.2KB