BelinChung / react-native-hiapp

HiApp written in react-native.

Home Page:http://hi.belinchung.com/

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.61.1 (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 :
$ yarn
  1. Start Packager:
$ yarn start
  1. Running on iOS:
$ yarn ios
  1. Running on Android:
$ yarn android

License

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

About

HiApp written in react-native.

http://hi.belinchung.com/

License:MIT License


Languages

Language:JavaScript 85.1%Language:Objective-C 5.2%Language:Java 3.8%Language:Ruby 3.5%Language:Starlark 2.4%