[快速上手RN] 0.React Native 快速启动项目
系列教程
[快速上手RN] 0.React Native 快速启动项目
[快速上手RN] 1. React native 项目集成UI Kitten
[快速上手RN] 2. React native 项目色彩主题色编辑及使用
[快速上手RN] 3. React native 制作底部导航栏 Bottom Tab Bar
[快速上手RN] 4. React native 集成redux
1.Node、npm
nodejs以及npm为必需品,自行安装
2.安装expo-cli
npm i -g expo-cli
这时expo就安装好了,可通过查阅官方文档或expo --help
来获取指令
3.初始化项目
打开想要创建项目的文件夹
windows请按住shift在点击鼠标右键打开powershell
macos