- Windows / Mac
- Visual Studio Code
- Android Studio / Xcode (iOS)
- Built-in emulator in Android Studio
- Built-in simulator in Xcode
- Yarn Package Manager
- Node.js
- Homebrew
- Install the watchman using Homebrew by run this command : brew install watchman
- React native installation Guide
- follow the React Native CLI Quickstart section on installtion guide page
- Cocoapod for iOS
-
Check out the project from github
-
Run Command "yarn" for node module installation
-
Run Command "yarn cache clean" for clean cache to avoid unwanted error due to cache
-
Step for run app on android device / simulator
- Run command : npx react-native run-android
- Note If face issue related to permission then run command with sudo like sudo npx react-native run-android
-
Step for run app on iOS Device / Simulator
- Move to iOS Folder by running command : cd ios
- Run command : pod install to install iOS depencecy using cocoapods
- After complete pod installation step, Back to root folder and run command npx react-native run-ios