Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 662 Bytes

README.MD

File metadata and controls

40 lines (24 loc) · 662 Bytes

mand-mobile-rn-samples

This is a mand-mobile-rn project example.

image

Build Setup

  1. Install dependencies

    $ yarn install
  2. start server

    $ yarn start
  3. start ios or android devices or simulators

    # strat ios
    $ cd ios && pod install
    $ yarn ios
    
    # strart android
    $ yarn android
    
  4. enjoy

Links