React Native E-commerce App

React Native E-commerce App

  • Docs

›Getting Started

Getting Started

  • Installation
  • Project Structure
  • Command line
  • GraphQL part
  • The App

installation

To set up your environment you can follow the official Facebook tutorial through this link and use instructions from the tab "React Native CLI Quickstart" for your corresponding OS.

Additionally, if you need you can follow one of these videos, which we found instructive for new coming in react native ecosystem who wants to understand which tools are involved.





Once your react native development environment is setup, you can follow these setps:

  • Unzip the react-native-app file downloaded from codecanyon

  • Change directory to be in the "react-native-app" folder

  • Install your dependencies using the following command

 yarn install
  • Setup all your environment variable inside the .env in the root to be conform to your local environment.

  • Finally you can run the app using the following commands:

 yarn start #to run your js bundle

then

 yarn android or yarn ios

Hint: To finalize the payment in the checkout process you should follow the stripe testing recommendations. https://stripe.com/docs/testing

Project Structure →
Huniqcast
Copyright © 2020 Huniqcast