The Core module provides shared runtime infrastructure required by all other Ping Identity React Native SDK packages. It does not expose a consumer API — install it once and the other packages handle the rest.
All other Ping Identity RN SDK packages depend on this module. Install it first:
yarn add @ping-identity/rn-core
cd ios && pod install
This project is licensed under the MIT License - see the LICENSE file for details