Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 396 Bytes

File metadata and controls

14 lines (10 loc) · 396 Bytes

React Native Testing App

Getting started

  1. Clone this repository

  2. Run npm install , all required components will be installed automatically

    iOS

    1. Run cd /ios && pod install
    2. Launch in iOS simulator npm run ios
    3. Start XCode and open generated appName.xcworkspace

    Android

    1. Launch in android simulator or device npm run android