Skip to main content

React Native Components v5.7.0

· One min read

Bumps the Android secure components SDK dependency, hardens the Sumsub Maven repository config, and fixes Android/iOS bugs.

Changed

  • Bumped Android secure components SDK to 3.14.0
  • Restricted the Sumsub Maven repository to the com.sumsub.sns group and removed the now-unused JitPack and GitLab repositories

Fixed

  • Fixed Android Function blocks (startKyc, updateAccessToken, clearCache, initializePSA, setAppCheckToken) missing an explicit return@Function, letting Kotlin infer a mismatched lambda return type from a trailing log call and break the JS bridge on Expo 56 and newer.
  • Fixed iOS fontStyle prop not registered on ExpoSecurePasscodeTextField, ExpoSecurePasswordTextField, ExpoSecurePinTextField and ExpoSecureSegmentedPasscodeTextField, so font style set from JS was silently ignored