Skip to content

Jontykamble/FingerTip

Repository files navigation

Recommended next steps:

Note:

  1. Make sure you have installed native code dependencies here
  2. Make sure your node version is minimum 18 and gradle version is 8.6

To preview and run the project on your device:

  1. Open project folder in Visual Studio Code
  2. Run npm install in the terminal
  3. For iOS device (only on MacOS)
    1. Run npx pod-install
    2. Then, run npx react-native run-ios to view on iOS simulator or follow the instructions here to run on a physical device.
  4. For Android device.
    1. Use Android Virtual Device in Android Studio or follow the instructions here to run on physical device.
    2. Then, run the following
      1. cd android
      2. gradle wrapper
      3. cd ..
    3. Then, run npx react-native run-android