HiApp written in react-native.
Mirrors: 秒拍
React Native 0.61.1
(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 :
$ yarn
- Start Packager:
$ yarn start
- Running on iOS:
$ yarn ios
- Running on Android:
$ yarn android
Copyright (c) 2016 - 2019 Belin Chung. MIT Licensed, see LICENSE for details.