Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.66 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.66 KB

RN 项目模板

  • RN 项目模板, 用于快速创建 RN 项目( "react-native": "0.72.6")

项目集成

  • react-native-config 配置环境变量
  • babel-plugin-module-resolver 配置路径别名
  • @react-navigation6.x 配置路由
  • react-native-iconfont-cli 配置 iconfont (npx iconfont-init 生成配置文件, npx iconfont-rn 生成 iconfont 文件)
  • zustand 配置状态管理

参考资料