Skip to content
Open
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [7.3.7](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.6...v7.3.7) (2026-04-09)

### [7.3.6](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.5...v7.3.6) (2026-04-01)

### [7.3.5](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.4...v7.3.5) (2026-03-29)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.smallcase.gateway:sdk:6.0.7'
implementation 'com.smallcase.loans:sdk:5.1.1'
implementation 'com.smallcase.loans:sdk:5.1.2'
implementation "androidx.core:core-ktx:1.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-smallcase-gateway",
"title": "React Native Smallcase Gateway",
"version": "7.3.6",
"version": "7.3.7",
"description": "smallcase gateway bindings for react native",
"main": "src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion react-native-smallcase-gateway.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Pod::Spec.new do |s|
end

s.dependency 'SCGateway', '7.1.7'
s.dependency 'SCLoans', '7.1.1'
s.dependency 'SCLoans', '7.1.2'
end
16 changes: 8 additions & 8 deletions smart_investing_react_native/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1410,14 +1410,14 @@ PODS:
- Yoga
- react-native-segmented-control (2.5.7):
- React-Core
- react-native-smallcase-gateway (7.2.4):
- react-native-smallcase-gateway (7.3.6):
- RCTRequired
- RCTTypeSafety
- React-Codegen
- React-Core
- ReactCommon/turbomodule/core
- SCGateway (= 7.1.3)
- SCLoans (= 7.1.0)
- SCGateway (= 7.1.7)
- SCLoans (= 7.1.2)
- React-NativeModulesApple (0.79.4):
- glog
- hermes-engine
Expand Down Expand Up @@ -1839,8 +1839,8 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- SCGateway (7.1.3)
- SCLoans (7.1.0)
- SCGateway (7.1.7)
- SCLoans (7.1.2)
- SocketRocket (0.7.1)
- Yoga (0.0.0)

Expand Down Expand Up @@ -2128,7 +2128,7 @@ SPEC CHECKSUMS:
React-microtasksnativemodule: ef2292ca147fa8793305e4693586ad0caf3afad3
react-native-safe-area-context: 562163222d999b79a51577eda2ea8ad2c32b4d06
react-native-segmented-control: bf6e0032726727498e18dd437ae88afcdbc18e99
react-native-smallcase-gateway: d7dda3ee5651a6717db4ccddd6c95923e7b40ec4
react-native-smallcase-gateway: 5af44ebaee1d5326befe862f0cf8cb00143f1098
React-NativeModulesApple: da60186ad0aafff031a9bc86b048711d34acc813
React-oscompat: 472a446c740e39ee39cd57cd7bfd32177c763a2b
React-perflogger: bbca3688c62f4f39e972d6e21969c95fe441fb6c
Expand Down Expand Up @@ -2163,8 +2163,8 @@ SPEC CHECKSUMS:
RNCClipboard: 37de6995ef72dc869422879e51a46a520d3f08b3
RNGestureHandler: ebef699ea17e7c0006c1074e1e423ead60ce0121
RNScreens: 3f6e41f9f89cb888a6b4b27566bdfdf7a3bf51ad
SCGateway: c8bedc5583917da1253cc907b531a54a50963ab7
SCLoans: e0ab384b167dc4f1266512b88b3f82ccedce3eed
SCGateway: a0f1bc86e449c7d440d8661e0936095b6f345179
SCLoans: 4accc0a0a483f3943cc513a50800485201fed4dd
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: a6cb833e04fb8c59a012b49fb1d040fcb0cbb633

Expand Down
222 changes: 111 additions & 111 deletions smart_investing_react_native/yarn.lock

Large diffs are not rendered by default.

202 changes: 101 additions & 101 deletions yarn.lock

Large diffs are not rendered by default.

Loading