基于React Native实现的简易版招聘App
- react-native:实现App页面构建
- react-navigation:实现页面导航
- react-native-vector-icons:超级好用的rn图标库
- react-redux:实现组件之间的状态管理
在使用前需要搭建RN开发环境:搭建RN开发环境
// 克隆项目
git clone https://github.com/lensh/rn-boss
// 全局安装react-native
npm install -g react-native-cli
// 安装依赖
yarn install
// 运行项目
yarn android
运行项目前记得在android/local.properties
文件下配置你的android sdk的路径。
- 职位页
- 公司页