HiApp written in react-native.
Mirrors: 秒拍
React Native 0.38.0
(follow iOS and Android guides)
VSCode extension for React Native provides a development environment for React Native projects. You can debug your code, quickly run react-native commands from the command palette and use IntelliSense to browse objects, functions and parameters for React Native APIs.
- Clone the repo
$ git clone https://github.com/BelinChung/react-native-hiapp.git
$ cd react-native-hiapp
- Install dependencies (npm v3+):
$ npm install
- Start Packager:
$ npm start
- Running on iOS:
$ react-native run-ios
- Running on Android:
$ react-native run-android
Copyright (c) 2016 Belin Chung. MIT Licensed, see LICENSE for details.