Skip to content

Releases: complycube/complycube-react-native-sdk

1.2.1

30 Mar 13:08
970ae2a

Choose a tag to compare

Minor bug fixes and improvements

v1.2.0

05 Mar 15:27
970ae2a

Choose a tag to compare

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=true in gradle.properties

v1.1.5

05 Mar 14:53
69b7829

Choose a tag to compare

Minor bug fixes and improvements.

v1.1.4

05 Mar 14:53
69b7829

Choose a tag to compare

Minor bug fixes and improvements.

v1.1.3

05 Mar 14:52
69b7829

Choose a tag to compare

Minor bug fixes and improvements.

v1.1.2

05 Mar 14:49
69b7829

Choose a tag to compare

Minor bug fixes and improvements

v1.1.1

05 Mar 14:48
69b7829

Choose a tag to compare

Minor bug fixes and improvements

v1.1.0

05 Mar 14:48
69b7829

Choose a tag to compare

Minor bug fixes and improvements

v1.0.9

05 Mar 14:48
69b7829

Choose a tag to compare

Minor bug fixes and improvements

v1.0.8

05 Mar 14:47
69b7829

Choose a tag to compare

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