@adobe/react-native-aepassurance
is a wrapper around the iOS and Android Adobe Experience Platform Assurance to allow for integration with React Native applications. Functionality to start Assurance session is provided through JavaScript documented below.
The Adobe Experience Platform Assurance extension has the following peer dependency, which must be installed prior to installing the identity extension:
See Requirements and Installation instructions on the main page
Install the @adobe/react-native-aepassurance
package:
NPM:
npm install @adobe/react-native-aepassurance
Yarn:
yarn add @adobe/react-native-aepassurance
To initialize the SDK, use the following methods:
Refer to the root Readme for more information about the SDK setup.
To connect to an Assurance session by scanning the QR code, follow the Android documentation for more information about how to setup a deeplink.
import { Assurance } from "@adobe/react-native-aepassurance";
Assurance.startSession("{your-assurance-session-url}");