Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 371 Bytes

File metadata and controls

22 lines (16 loc) · 371 Bytes

Example React Native App

Installation

You can install App with these commands:

    $ git clone https://github.com/max-kim/exampleReactNativeApp.git
    $ cd exampleReactNativeApp
    $ npm install
    $ cd ./ios && pod install && cd ..

Usage

    $ react-native start
    $ react-native run-android

Requirements

  • see package.json