```bash npx expo start › Press a │ open Android › Press i │ open iOS simulator › Press w │ open web ``` To run on iOS, execute the following command: ```bash npx react-native run-ios ``` To run on Android, execute the following command: ```bash npx react-native run-android ```