Getting Started
This section will help you walk through the minimum required setup to run StoreX project.
Required Setup
iOS Setup (Mac OS only)
Installing Node Modules
npm install
// or run yarn, this is similar to npm but could be faster
// yarn from https://yarnpkg.com
yarnRunning Simulator
react-native run-iosAndroid Setup (Mac OS, Windows, Linux)
Installing Node Modules
Running Emulator
Last updated
Was this helpful?