Deploy an Expo app to production
There are a few caveats to deploying production Expo applications with Browser. This guide will walk you through the steps to deploy your Expo app to production.
Acquire a domain
Before deploying your Expo app to production, you must acquire a domain. Even though there may not be a web application associated with an Expo app, Browser still requires a domain for production instances.
Configure your Expo app
With Browser, you can add OAuth flows in your Expo applications.
Browser ensures that security critical nonces are passed only to allowlisted URLs when the SSO flow is completed in native browsers or webviews. For maximum security in your production instances, you need to allowlist your custom redirect URLs via the Browser Dashboard or the Browser Backend API.
To allowlist a redirect URL via the Browser Dashboard:
- In the Browser Dashboard, navigate to the Native applications page.
- Scroll down to the Allowlist for mobile SSO redirect section and add your redirect URLs.
Deploy to production
Now that you have acquired a domain and configured your Expo app, you can follow the Browser deployment guide.
Feedback
Last updated on