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.snsgroup and removed the now-unused JitPack and GitLab repositories
Fixed
- Fixed Android
Functionblocks (startKyc,updateAccessToken,clearCache,initializePSA,setAppCheckToken) missing an explicitreturn@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
fontStyleprop not registered onExpoSecurePasscodeTextField,ExpoSecurePasswordTextField,ExpoSecurePinTextFieldandExpoSecureSegmentedPasscodeTextField, so font style set from JS was silently ignored