- Fixed an issue where the OAuth popup did not automatically dismiss after the user completed the OAuth journey on Android 15+ when redirectUrl was not passed to the SDK or redirectUri was not provided during Connect link generation.
- Updated Android build configurations (AGP, SDK versions, EventBus)
- Handled Connect modal auto-dismissal after Connect flow completion.
- General Enhancements and Bug Fixes
- Added a fix to resolve an issue with App To App OAuth flow
- Resolved the "cannot find module" type error that occurred during the import of the 'connect' module.
- Enhanced the App to App OAuth Flow with the newly added
redirectUrlparameter in the Connect React Native SDK. This enhancement supports universal links for iOS, app links for Android, and deep links for navigation between mobile apps. For more details on App to App, refer to the documentation. - The support for the
linkingUriproperty in the Connect React Native SDK has been deprecated.
- Fixed issue in iOS when OAuth popup is closed, dismissing Connect and making the application unresponsive
- Fixed issue in Android with OAuth popup being dismissed on Android when navigating away from app
- Fixed dependencies version mismatch
- Remove any references to External sources
- Mastercard rebranding
- Updated dependencies
- Updated dependencies and README
- Moved
reactandreact-nativetodevDependenciesandpeerDependencies
- Fixed dependencies
- Ignore /dist
- Remove app.json
- Added MIT license
- Fixed README example
- Fixed payload in
onDone,onCancelandonExitevents
- Send data object in user and route events
- Added event interfaces
- Include /dist for GitHub repo
- Initial version