先上资源链接:react-native项目初始化包
经常会写写react-native 的demo 项目,但总是需要花很多时间去初始化项目,所以保存下初始化的项目
纯纯的react-native项目
依赖信息:
纯纯的react-native项目
TIPS:
项目在刚开始启动的时候,直接运行react-native run-android 提示 Could not install the app on the device
除了文档上的设备环境配置外,还有一个就是需要给android 权限,在项目根目录 运行:
chmod 755 android/gradlew

相关文章:

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