Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1")
}

18 changes: 9 additions & 9 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion react-native-ts-idv.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading