An open API service indexing awesome lists of open source software.

https://github.com/heruijun/react-native-lagou

用react native写的仿拉勾ios版本demo
https://github.com/heruijun/react-native-lagou

Last synced: 9 months ago
JSON representation

用react native写的仿拉勾ios版本demo

Awesome Lists containing this project

README

          

# react-native-lagou

春节期间学习react native的第一个demo,基于es6语法,仿拉勾,目前暂时只支持ios,后期会再做一个Android版本
对flutter感兴趣的,可以看我另外一个仿boss直聘的开源项目[flutter_boss](https://github.com/heruijun/flutter_boss).

### 依赖组件
"dependencies": {
"react-native": "^0.19.0",
"react-native-swiper": "^1.4.3",
"react-native-tab-navigator": "^0.2.15",
"react-native-vector-icons": "^1.1.1",
"react-timer-mixin": "^0.13.3"
}

react-native-vector-icons有点特殊,里面要导入一个依赖工程,要看一下官网https://github.com/oblador/react-native-vector-icons

### 效果图

![img](https://github.com/heruijun/react-native-lagou/blob/master/pic.gif)