学而时习之,不亦乐乎
react-native 创建项目
1.react-native init 项目名称
注意:(1)npm 安装react-native 有时候安装出现异常,可以将react-native 重新安装下再创建项目 npm install react-native
(2)react-native安装异常,使用yarn cache clean 清除缓存
2.进入项目目录 输入 react-native run-android 运行

项目预览
安卓模拟器或者真实机
react-native学习---react-native 项目创建与运行项目

相关文章:

  • 2022-01-20
  • 2021-07-28
  • 2022-12-23
  • 2021-10-08
  • 2021-09-10
  • 2021-08-06
  • 2021-11-08
  • 2021-09-08
猜你喜欢
  • 2021-10-31
  • 2021-09-25
  • 2022-12-23
  • 2021-12-04
  • 2021-12-27
  • 2021-04-15
  • 2021-07-07
相关资源
相似解决方案