Getting Started
This section will help you walk through the minimum required setup to run StoreX project.
Required Setup
First, this is important, please make sure you have already install and run the simulator successful base on this guide - https://facebook.github.io/react-native/docs/getting-started.html, it will help you install and build your first Example React Native app.
iOS Setup (Mac OS only)
Installing Node Modules
Open terminal and go to project folder and run following command
Running Simulator
Run following command if you have installed node modules from previous command.
Android Setup (Mac OS, Windows, Linux)
Installing Node Modules
Open terminal and go to project folder and run following command
Running Emulator
Open your simulator by using Genymotion or Android Studio
Please see the detail setup from Required Setup
To check the Android device is ready or not run following command from your terminal
If you have device listed you can run following command
Last updated
Was this helpful?