Create-react-native-app: How to add a custom URL scheme?

Created on 28 Nov 2017  路  3Comments  路  Source: expo/create-react-native-app

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.

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:

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

liujb picture liujb  路  5Comments

andyvanosdale picture andyvanosdale  路  3Comments

anp picture anp  路  3Comments

THPubs picture THPubs  路  4Comments

kinergy picture kinergy  路  4Comments