Skip to content

Commit dbb71a6

Browse files
authored
Merge pull request #511 from razorpay/feat/unified_experience
ISS-1019356 : Feat/unified experience
2 parents 8c545dc + 6fb82b2 commit dbb71a6

File tree

11 files changed

+24
-692
lines changed

11 files changed

+24
-692
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ buck-out/
4040
android/app/libs
4141
android/keystores/debug.keystore
4242
node_modules
43+
.yarn
44+
.cursorignore

android/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ android {
1616
versionCode 1
1717
versionName "1.0"
1818
}
19+
buildFeatures {
20+
buildConfig false
21+
}
1922
}
2023

2124
dependencies {
2225
implementation 'com.facebook.react:react-native:+'
23-
implementation 'com.razorpay:checkout:1.6.+'
26+
implementation 'com.razorpay:standard-core:1.7.1'
2427
}
2528

example/SampleApp/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install! 'cocoapods', :deterministic_uuids => false
66

77
target 'SampleApp' do
88
config = use_native_modules!
9-
9+
# pod 'boost', '1.76.0', :modular_headers => true
1010
# Flags change depending on the env values.
1111
flags = get_default_flags()
1212

0 commit comments

Comments
 (0)