Skip to Content
DocsTest it on your phone

Test it on your phone

You can test your app on your phone instantly with a single command.

How to test your app on your phone

1. Download the Expo Go app

2. Run the following command

npx react2app dev

3. Scan the QR code with your phone

Notes

react2app.config.js

When you run the dev command for the first time, react2app.config.js will be created in the root of your project. You can edit react2app.config.js to customize the app info. If you’re not sure what to do with it, you can skip it for now since we’ve already set default values for you. We will cover more about it in the Build & Publish section. To learn more about react2app.config.js, you can check out the react2app.config.js page.

Last updated on