一:react-native
0) 效果
1)环境配置
javac
>
yarn -v
>
git --version
>
python
>
2) 打包流程
npm install -g react-native-cli
>adb devices
或
>
react-native init 项目名 //修改项目名为你的目录名
>
react-native run-android
>
react-native start
3)vscode开发插件
ES7 React/Redux/GraphQL/React-Native snippets 直接搜 ES7 React/
// rconst 构造器 rnc React-Native的单页面文件 rcc React的单页面文件
4)代码