Skip to content

React Native 版仿拉勾 App, 用纯纯的 ES6 实现

Notifications You must be signed in to change notification settings

Kennytian/LagouApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4fab98d · Oct 25, 2016

History

39 Commits
Oct 19, 2016
Sep 15, 2016
Oct 19, 2016
Mar 29, 2016
Aug 28, 2016
Oct 25, 2016
Oct 19, 2016
Sep 5, 2016
Aug 28, 2016
Sep 5, 2016
Aug 28, 2016
Aug 28, 2016
Sep 15, 2016
Oct 25, 2016
Mar 10, 2016

Repository files navigation

拉一勾

开发一个仿拉勾的App, 基于react-native 0.32,代码用ES6实现,同时支持Android和iOS.

安装

npm install

运行

react-native run-android

or

react-native run-ios

依赖项:

"dependencies": {
    "react": "15.3.1",
    "react-native": "0.32.0",
    "react-native-fabric": "^0.3.0",
    "react-native-router-flux": "^3.35.0"
}

APP界面

参考项目:https://github.com/heruijun/react-native-lagou

react-native run-ios --simulator "iPhone 4s"
react-native run-ios --simulator "iPhone 5"
react-native run-ios --simulator "iPhone 6 Plus"