Revamp coming...
Build previews of the main branch can be found here.
# install dependencies
yarn
yarn android # runs the app on your connected Android device or your Android Studio Emulator
yarn ios # runs the app on your connected iOS device or your iOS Simulator
yarn web # runs the app on http://localhost:19006
# gives you the option to run the app in all of the above by:
# - pressing a (android)
# - pressing i (ios)
# - pressing w (web)
# and Expo Go app by scanning a QR code with your mobile device
yarn start
If you struggle to get either emulator to work, check Expo's step by step documentation on the topic: