From d643a9a20d46f646da122cc1b0a0fa1f85577ead Mon Sep 17 00:00:00 2001 From: Shachar Udi Date: Thu, 13 Nov 2025 11:28:06 -0500 Subject: [PATCH 1/3] MOB-2198 updated native sdks --- android/build.gradle | 2 +- example/ios/Podfile.lock | 18 +++++++++--------- react-native-ts-idv.podspec | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 009dca6..682842f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -99,6 +99,6 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation("com.ts.sdk:identityverification:1.2.5") + implementation("com.ts.sdk:identityverification:1.2.8") } diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index eb27408..af8b3b2 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,13 +1,13 @@ PODS: - - AccountProtection (2.1.12): - - TSCoreSDK (~> 1.0.27) + - AccountProtection (2.1.14): + - TSCoreSDK (~> 1.0.31) - boost (1.84.0) - DoubleConversion (1.1.6) - FBLazyVector (0.75.2) - fmt (9.1.0) - glog (0.3.5) - - IdentityVerification (1.2.7): - - AccountProtection (~> 2.1.12) + - IdentityVerification (1.2.10): + - AccountProtection (~> 2.1.14) - TSCoreSDK (~> 1.0.31) - RCT-Folly (2024.01.01.00): - boost @@ -1214,10 +1214,10 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-ts-idv (1.0.8): + - react-native-ts-idv (1.0.9): - DoubleConversion - glog - - IdentityVerification (~> 1.2.7) + - IdentityVerification (~> 1.2.10) - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety @@ -1715,13 +1715,13 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - AccountProtection: 871ae6927d64aa608c396b25000be08e6a53d767 + AccountProtection: 9e293a117ce28446c88702c535dc5653e88ce189 boost: 4cb898d0bf20404aab1850c656dcea009429d6c1 DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 FBLazyVector: 38bb611218305c3bc61803e287b8a81c6f63b619 fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 glog: 69ef571f3de08433d766d614c73a9838a06bf7eb - IdentityVerification: f4f3c6119afcd5b624b796ee228bea71abd4d211 + IdentityVerification: 8ba40dbd6474a8c0d153c56366e51a1891a66d9b RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740 RCTDeprecation: 34cbf122b623037ea9facad2e92e53434c5c7422 RCTRequired: 24c446d7bcd0f517d516b6265d8df04dc3eb1219 @@ -1751,7 +1751,7 @@ SPEC CHECKSUMS: React-logger: 62e11ad27cfcff0fcbfc5df93094f138ad5dd7fe React-Mapbuffer: 4a9b9131acbd8326b1f0e768d0ad63d981a4a92f React-microtasksnativemodule: ccc417be864683a4d582c47743195fee8d180b5a - react-native-ts-idv: fecc0f20850498470d6c5cd62aa607e87ea7f9e0 + react-native-ts-idv: c5c8699b73b3fff0cb333e55330a8f04824350cf React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d React-NativeModulesApple: 9a09e473e9682681756741cd6bc0e0a1e46549b1 React-perflogger: 8a360ccf603de6ddbe9ff8f54383146d26e6c936 diff --git a/react-native-ts-idv.podspec b/react-native-ts-idv.podspec index 947964f..e2061b5 100644 --- a/react-native-ts-idv.podspec +++ b/react-native-ts-idv.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.platforms = { :ios => min_ios_version_supported } s.source = { :git => "https://github.com/TransmitSecurity/react-native-ts-idv.git", :tag => "#{s.version}" } - s.dependency 'IdentityVerification', '~> 1.2.7' + s.dependency 'IdentityVerification', '~> 1.2.10' s.source_files = "ios/**/*.{h,m,mm,swift}" # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0. From 5b74eb2369bffbff2f184eda29f48a50d58be760 Mon Sep 17 00:00:00 2001 From: Shachar Udi Date: Fri, 14 Nov 2025 09:51:56 -0500 Subject: [PATCH 2/3] MOB-2198 updated native android sdk again and tested --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 682842f..7efe42f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -99,6 +99,6 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation("com.ts.sdk:identityverification:1.2.8") + implementation("com.ts.sdk:identityverification:1.3.1") } From c3c25f099912999434abddffda95db7dfe983436 Mon Sep 17 00:00:00 2001 From: Shachar Udi Date: Fri, 14 Nov 2025 10:03:26 -0500 Subject: [PATCH 3/3] added release notes --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 RELEASE_NOTES.md diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..dc23b9f --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,6 @@ +# 🚀 Release Notes - IDV React Native + +## Version 1.0.10, November 2025 + +- **Android:** Updated native SDK to version 1.3.1 +- **iOS:** Updated native SDK to version 1.2.10