This project was created using the Expo CLI with the command:
npx create-expo-app react-native
- To view on a phone, download the Expo Go app, which will allow you to run the app on your phone while hitting a server running on your computer.
Starts the server locally using Expo. You should then be able to see it running on a phone provided you have the above app downloaded and configured.
To update the React Native project, you have to check the React Native Upgrade Helper for guidance.
Use buf
to generate the compiled protos via protobuf-es
Starts the app in Expo's web
mode, which will allow you to see it running in a browser.
Connect-ES and Protobuf-ES use package exports. If you use metro, make sure to enable them.
Runs the app locally in iOS using a Simulator. You will need Xcode and the Simulator configured to get up and running. See the Expo docs for more info.
Runs the app locally in Android using an emulator. You will need Android Studio and an emulator configured to get up and running. See the Expo docs for more info.