Shop-Demo
- Open terminal
- Go to project directory
- Apply command "yarn install"
- Apply command "cd ios"
- Apply command "pod install"
- Open ios folder of the app in xcode
- Run project.
- Open android folder of the app in android studio
- Wait until indexing and syncing of bundles
- Run project.
NOTE : if android syncing or run is not work then please remove ".idea" and ".gradle" hidden folder and rebuild android project again.
- Open terminal
- Go to project directory
- To run ios build -> "react-native run-ios"
- To run android build -> "react-native run-android"