Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 450 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 450 Bytes

initMobX

Install

cd project folder

$ yarn
$ cd ios && pod install

// Start server with an ENV=(uat||prod)
$ yarn start ENV=uat
// run ios
$ yarn ios ENV=uat 
// run android (see package.json file)
$ yarn and ENV=uat 

Libraries