ipeychev / auth-react-native-example

An example of WeDeploy Auth on React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeDeploy Auth Badge

An example of WeDeploy Auth on React Native.

How to use Auth in React Native?

Using Auth API doesn't differ from using it on Web. However, for React Native two additional steps have to be performed:

  1. Define Custom URL scheme.
  2. Linking to interact with incoming and outgoing app links.

iOS

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.

Android

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

License

BSD-3-Clause, © Liferay, Inc.

About

An example of WeDeploy Auth on React Native

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 38.8%Language:Objective-C 36.6%Language:Python 13.5%Language:Java 11.0%