lejun / zqc-app-demo

Zaiqiuchang app demo, develop cross platform mobile app using React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zaiqiuchang app demo

Zaiqiuchang is a mobile app developed using React Native (RN for short), both iOS and Android are supported. For business reasons, this open source project is just the lite version of the business one. Full feature app can be downloaded at 在球场 , and you can see the full power of RN.

There is also a series of articles to explain the technology detail, React Native跨平台移动应用开发实战 . Yes, these articles are wrote in chinese, limitted by the writter's english skill:).

Screenshot

Nearby screenshot

How to run

iOS

> npm install
> react-native link
> react-native run-ios

Android

> npm install
> react-native link
> react-native run-android

About

Zaiqiuchang app demo, develop cross platform mobile app using React Native.

License:MIT License


Languages

Language:JavaScript 94.8%Language:Objective-C 2.9%Language:Java 1.2%Language:Python 1.1%