An example of WeDeploy Auth on React Native.
Using Auth API doesn't differ from using it on Web. However, for React Native two additional steps have to be performed:
- Define Custom URL scheme.
- Linking to interact with incoming and outgoing app links.
To set custom URL scheme and enable interacting with incoming and outgoing app links, check this commit.
For setting custom URL scheme you may refer to the official documentation
For Linking, check its official documentation.
To set custom URL scheme and enable interacting with incoming and outgoing app links, check this commit.
For setting custom URL scheme you may refer to the official documentation
BSD-3-Clause, © Liferay, Inc.