Note:
- Make sure you have installed native code dependencies here
- Make sure your
node version
is minimum 18 andgradle version
is 8.6
- Open project folder in Visual Studio Code
- Run
npm install
in the terminal - For iOS device (only on MacOS)
- Run
npx pod-install
- Then, run
npx react-native run-ios
to view on iOS simulator or follow the instructions here to run on a physical device.
- Run
- For Android device.
- Use Android Virtual Device in Android Studio or follow the instructions here to run on physical device.
- Then, run the following
cd android
gradle wrapper
cd ..
- Then, run
npx react-native run-android