React Native wrapper for Transmit Security IDO SDK
npm install react-native-ts-identity-orchestration
- Note that this module is not yet documented.
Important Notes:
- Add transmit plist file to ios and json file/manifest for android
- You must set response handler
Add to app/build.gradle
repositories { google() maven { url('https://transmit.jfrog.io/artifactory/transmit-security-gradle-release-local/') } }
Initialize using strings.xml configuration: To do this, update the strings.xml file in your Application with the following content. The CLIENT_ID should be replaced with your client ID
"default_application" "CLIENT_ID" https://api.transmitsecurity.io/Call the dedicated Android function to initialize the SDK. Open your MainApplication.kt file and add the following to the bottom of the function onCreate() TsIdentityOrchestrationModule.initializeAndroidSDK(this)