📕
React Store UI Template
  • Introduction
  • Get Started
  • UI
    • Typography
    • Form
    • Card
    • Grid
    • Wrapper
    • Star Rating
    • List Items
    • Buttons and Touchable
    • Space
  • Configuration
Powered by GitBook
On this page

Was this helpful?

Get Started

PreviousIntroductionNextUI

Last updated 4 years ago

Was this helpful?

To run React Native Store UI Template, you must have latest installed in your development environment. The template is developed using Node 13.12.0, npm 6.14.4 and 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

node and npm
React Native