Skip to content
Draft
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: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.smallcase.gateway:sdk:6.0.4'
implementation 'com.smallcase.gateway:sdk-sourav-webview-mfhi-42fd4b6:6.0.4-3184-release'
implementation 'com.smallcase.loans:sdk:5.0.0'
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 react-native-smallcase-gateway.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Pod::Spec.new do |s|
s.dependency "ReactCommon/turbomodule/core"
end

s.dependency 'SCGateway', '7.1.3'
s.dependency 'SCGateway-dhruv-mfhi-webview-flow-37e63b4', '7.1.3-21-debug'
s.dependency 'SCLoans', '7.0.0'
end
14 changes: 7 additions & 7 deletions smart_investing_react_native/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1410,14 +1410,13 @@ PODS:
- Yoga
- react-native-segmented-control (2.5.7):
- React-Core
- react-native-smallcase-gateway (7.0.1):
- RCT-Folly
- react-native-smallcase-gateway (7.2.4):
- RCTRequired
- RCTTypeSafety
- React-Codegen
- React-Core
- ReactCommon/turbomodule/core
- SCGateway (= 7.0.1)
- SCGateway-dhruv-mfhi-webview-flow-37e63b4 (= 7.1.3-21-debug)
- SCLoans (= 7.0.0)
- React-NativeModulesApple (0.79.4):
- glog
Expand Down Expand Up @@ -1840,7 +1839,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- SCGateway (7.0.1)
- SCGateway-dhruv-mfhi-webview-flow-37e63b4 (7.1.3-21-debug)
- SCLoans (7.0.0)
- SocketRocket (0.7.1)
- Yoga (0.0.0)
Expand Down Expand Up @@ -1926,9 +1925,10 @@ DEPENDENCIES:
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
https://github.com/smallcase/cocoapodspec-internal.git:
- SCGateway-dhruv-mfhi-webview-flow-37e63b4
trunk:
- React-Codegen
- SCGateway
- SCLoans
- SocketRocket

Expand Down Expand Up @@ -2129,7 +2129,7 @@ SPEC CHECKSUMS:
React-microtasksnativemodule: ef2292ca147fa8793305e4693586ad0caf3afad3
react-native-safe-area-context: 562163222d999b79a51577eda2ea8ad2c32b4d06
react-native-segmented-control: bf6e0032726727498e18dd437ae88afcdbc18e99
react-native-smallcase-gateway: f18198cfef84f88bd6bc03d8f27dabb7f21f8752
react-native-smallcase-gateway: 89ffca328384ddedf399f7cc75b0e430537b551e
React-NativeModulesApple: da60186ad0aafff031a9bc86b048711d34acc813
React-oscompat: 472a446c740e39ee39cd57cd7bfd32177c763a2b
React-perflogger: bbca3688c62f4f39e972d6e21969c95fe441fb6c
Expand Down Expand Up @@ -2164,7 +2164,7 @@ SPEC CHECKSUMS:
RNCClipboard: 37de6995ef72dc869422879e51a46a520d3f08b3
RNGestureHandler: ebef699ea17e7c0006c1074e1e423ead60ce0121
RNScreens: 3f6e41f9f89cb888a6b4b27566bdfdf7a3bf51ad
SCGateway: 1951ad3c5204f772a1cc08bfc0a3656cbf67e050
SCGateway-dhruv-mfhi-webview-flow-37e63b4: d07fc18b9ebae78cc3ab71e1a219c31a36edd640
SCLoans: bcd3f1235e73557814cb2d59d8ebcf0a87eab163
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: a6cb833e04fb8c59a012b49fb1d040fcb0cbb633
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string />
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Saving your CAS QR code to Photos</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand Down