Manual Install with Expo

This section could make confusion for beginer or who is not familar with the React Native framework, please keep patient if the config does not work,

Step 1 - install required library

Install following requisite libraries

  1. NodeJS, link download
  2. Yarn, link download
  3. iOS simulator (Mac OS): Install Xcode through the Apple App Store.
  4. Android simulator: Download Genymotion (free version) and follow the Genymotion installation guide.
  5. Expo cli: https://expo.io/tools or run "npm install expo-cli --global" / yarn glob

Test your Example project

Open the terminal on Mac OS or command line on Window and run below script, this script should be run from difference folder of the project, just for testing purpose

expo init

expo dev tools shot

For more information about the install please refer to this document:

Please make sure you can able to run the Example project and use the Expo cli to run the simulator before going to next step.

Step 2 - run the app

Extract the download package and go top project folder (where locate the package.json file), run following script

yarn install
// Yarn can install from https://yarnpkg.com/lang/en/docs/install/#mac-stable

yarn start
  • If the installing successful then you can see the node_modules folder was created after finish the script, and the brower open the Expo Tools
  • To run the app on Android OS, please make sure the Simulator is open first
  • You can follow this this video install guide for setting up - https://shrtm.nu/YLvu