yarn install
- Install Android Studio
- Install Android SDK (14)
- Create an emulator (i.e. Medium device with Android 14)
Checkpoint:
yarn run android
should start the app on the emulator.
- Install XCode (hint: use the XCodes app to download the latest version faster)
- Install iOS SDK (17) under XCode Settings -> Platforms
- Create a simulator (i.e. iPhone 15 with iOS 17)
Checkpoint:
yarn run ios
should start the app on the simulator.