mengzeng / LagouApp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

拉一勾

开发一个仿拉勾的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"

About

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


Languages

Language:JavaScript 85.9%Language:Objective-C 8.2%Language:Python 3.0%Language:Java 2.9%