最近研究 React Native、Redux Saga 以及 TypeScript 相关的内容,整理成了一个 React Native Template,可以直接使用下面的命令创建一个新的应用:
react-native init MyApp --template=parcmg
初始化完成之后,按下面的方式执行命令:
cd MyApp
node setup.js
npm install
react-native link react-native-gesture-handler
完成之后,即可像往常一样开发了:
react-native run-ios
模板还在完善中,另外,相关技术要点与总结,稍后有时间再整理一下。