To Launch the app on you simulator or on your device:
# install dependencies
yarn install
# start Metro server
yarn start
# Start building the app
yarn android
# Or
yarn ios
Note: This app requires Java 17 to run.
You can also run it directly from within Android Studio and Xcode respectively.