MyOrgization / react-native-hiapp

HiApp written in react-native.

Home Page:http://hi.dearb.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-hiapp

HiApp written in react-native.

Previews

preview

Mirrors: 秒拍

Requirements

React Native 0.42.0 (follow iOS and Android guides)

Setup

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.

  1. Clone the repo
$ git clone https://github.com/BelinChung/react-native-hiapp.git
$ cd react-native-hiapp
  1. Install dependencies (npm v3+):
$ npm install
  1. Start Packager:
$ npm start
  1. Running on iOS:
$ react-native run-ios
  1. Running on Android:
$ react-native run-android

License

Copyright (c) 2016 - 2017 Belin Chung. MIT Licensed, see LICENSE for details.

About

HiApp written in react-native.

http://hi.dearb.me/

License:MIT License


Languages

Language:JavaScript 89.7%Language:Objective-C 6.2%Language:Python 2.1%Language:Java 2.0%