Getting started
Introduction
At the very beginning, you need to make sure that you have access to Onegini SDK. In order to obtain credentials, navigate to https://onewelcome.atlassian.net/servicedesk/customer/portals and submit a request for access.
Add the plugin to your project
npm install @onewelcome/react-native-sdk --save
ORyarn add @onewelcome/react-native-sdk
Configure your project
The details about plugin configuration can be found in the Configuration guide.
Initialize OneWelcome React Native SDK
To start working with the plugin, we need to initialize OneWelcome SDK by calling startClient. You can pass additional config information here as an argument.
Example App
You can find an example of how to implement authentication using the OneWelcome SDK on our Github.