Get Started

To run React Native Store UI Template, you must have latest node and npm installed in your development environment. The template is developed using Node 13.12.0, npm 6.14.4 and React Native 0.63.2

Navigate to project folder after downloading and extracting the main files from codecanyon.

cd ReactStore

Install dependencies

npm i

If you want to run this template app in android so skip this step. This step is only for running this app in iOS

cd ios && pod install && cd ..

Finally run the application

For iOS

npx react-native run-ios

For Android (Open emulator or connect any Android device)

npx react-native run-android

Last updated