Releases: complycube/complycube-react-native-sdk
1.2.1
v1.2.0
ComplyCube React Native SDK — Release Notes
New Architecture Support
The SDK now fully supports React Native's new architecture (TurboModules) while remaining backward compatible with legacy setups. No breaking changes are required for existing integrations.
Improved Reliability & Stability
Significant improvements to event handling across both iOS and Android, including better memory management and more resilient error recovery. UI operations are now guaranteed to run on the correct thread.
Enhanced Developer Experience
A new startSafe method provides cleaner error and cancellation handling. Configuration is now passed in a standardised JSON format, making cross-platform behaviour more consistent and predictable.
Platform Updates
- Minimum iOS version is now 14.0
- Android package names have been updated to reflect the React Native SDK identity
- Updated to React Native 0.76.x with refreshed dependencies across both platforms
Testing & Compatibility
Introduced automated compatibility testing across multiple React Native versions, along with expanded native unit test coverage for both Android and iOS. A new COMPATIBILITY.md documents supported configurations.
Migration Notes
- Update the minimum iOS deployment target to 14.0
- New architecture users: set
newArchEnabled=trueingradle.properties
v1.1.5
Minor bug fixes and improvements.
v1.1.4
Minor bug fixes and improvements.
v1.1.3
Minor bug fixes and improvements.
v1.1.2
Minor bug fixes and improvements
v1.1.1
Minor bug fixes and improvements
v1.1.0
Minor bug fixes and improvements
v1.0.9
Minor bug fixes and improvements
v1.0.8
Initial offering of ComplyCube SDK
What's Changed
- Updated github actions. by @ccnasro in #1
- Updated readme with jFrog tutorial. by @ccnasro in #2
- Refactor project structure and update configurations for CheckRN app by @ccnasro in #6
- Update SDK integration guide link in README by @hkvcc in #10
New Contributors
Full Changelog: https://github.com/complycube/complycube-react-native-sdk/commits/1.0.0