So, I read the documentation but I can't find any reference to custom URL scheme, how can I define an URL for my app so that Oauth services can redirect to it after authentication?
The only solutions I found require to eject.
One way to do this without having to eject would be to use Expo to build your project as a standalone app. Standalone apps can register custom URL schemes in app.json. See:
Thanks, I'm really liking this project, but I think the documentation should say something on the line of "Refer to the Expo documentation for anything not mentioned here", sorry if I missed it maybe.
No worries 馃槂 We have a link Expo SDK documentation in the FAQs section of the readme, but please send a pull request, if you think this can be improved.
Most helpful comment
One way to do this without having to eject would be to use Expo to build your project as a standalone app. Standalone apps can register custom URL schemes in
app.json. See: