• Stars
    star
    645
  • Rank 69,781 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

HiApp written in react-native.

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.