- 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
redirectUrl
parameter 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
linkingUri
property 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
react
andreact-native
todevDependencies
andpeerDependencies
- Fixed dependencies
- Ignore /dist
- Remove app.json
- Added MIT license
- Fixed README example
- Fixed payload in
onDone
,onCancel
andonExit
events
- Send data object in user and route events
- Added event interfaces
- Include /dist for GitHub repo
- Initial version