Step 1. Adding core dependencies
PingOne Advanced Identity Cloud PingAM React Native
Installing dependencies
-
Add the core dependencies.
The External IdP module requires the Core module. If you have not already installed it, add both packages at the same time:
-
yarn
-
npm
Installing the Core and External IdP packages with yarnyarn add @ping-identity/rn-core yarn add @ping-identity/rn-external-idpInstalling the Core and External IdP packages with npmnpm install @ping-identity/rn-core npm install @ping-identity/rn-external-idp -
-
Optionally, add the Logger module:
-
yarn
-
npm
yarn add @ping-identity/rn-loggernpm install @ping-identity/rn-logger -