Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 781 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 781 Bytes

Shop-Demo

Shop-Demo

To run this app follow below steps:

  1. Open terminal
  2. Go to project directory
  3. Apply command "yarn install"
  4. Apply command "cd ios"
  5. Apply command "pod install"

To run project in xcode

  1. Open ios folder of the app in xcode
  2. Run project.

To run project in android studio

  1. Open android folder of the app in android studio
  2. Wait until indexing and syncing of bundles
  3. Run project.

NOTE : if android syncing or run is not work then please remove ".idea" and ".gradle" hidden folder and rebuild android project again.

To run using react-native cli

  1. Open terminal
  2. Go to project directory
  3. To run ios build -> "react-native run-ios"
  4. To run android build -> "react-native run-android"