Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to RN 0.72 #572

Merged
merged 44 commits into from
Nov 27, 2023
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
fd20541
sorry this is all in one commit
nazli-stripe Nov 16, 2023
2dba084
upgrade some packages
nazli-stripe Nov 16, 2023
2501da7
devapp namespace
nazli-stripe Nov 16, 2023
5881237
agp back to 8.0.1
nazli-stripe Nov 16, 2023
24040c4
fix syntax
nazli-stripe Nov 16, 2023
02fa5f2
remove reanimated
nazli-stripe Nov 17, 2023
8aff092
set java version
nazli-stripe Nov 17, 2023
d9b4c9d
upgrade metro
nazli-stripe Nov 17, 2023
4b775be
upgrade ios sdk
nazli-stripe Nov 17, 2023
d3e422d
set node version for bitrise
nazli-stripe Nov 17, 2023
4cf2cb6
coco update
nazli-stripe Nov 17, 2023
2784fb5
xcode updates
nazli-stripe Nov 17, 2023
26dc149
add yarn
nazli-stripe Nov 17, 2023
d2b31f8
coco version mismatch
nazli-stripe Nov 17, 2023
84021e3
react native flipper
nazli-stripe Nov 17, 2023
76e6ee1
AppDelegate updates supporting RN upgrade
bric-stripe Nov 17, 2023
02ecf5e
manifest and pod warning clean up
nazli-stripe Nov 17, 2023
4e55176
jest env
nazli-stripe Nov 17, 2023
6a2f50c
update react renderer
nazli-stripe Nov 17, 2023
3be00fb
override project settings
nazli-stripe Nov 17, 2023
c5c894a
include react native in build
nazli-stripe Nov 17, 2023
bd8d738
react path
nazli-stripe Nov 18, 2023
93c6600
yarn add react-native-gradle-plugin
nazli-stripe Nov 18, 2023
43eb4ae
hail mary
nazli-stripe Nov 18, 2023
50290aa
hava_17
nazli-stripe Nov 18, 2023
6bd808a
heap space
nazli-stripe Nov 18, 2023
21c1e6d
hava again
nazli-stripe Nov 18, 2023
b0e6a60
no more constants
nazli-stripe Nov 18, 2023
e0f4bbd
incorrect package name
nazli-stripe Nov 20, 2023
22be8a7
detox imports
nazli-stripe Nov 20, 2023
36c12d5
androidTestImplementation "androidx.test:core:1.4.0"
nazli-stripe Nov 20, 2023
31eb7b8
include detox in build.gradle
nazli-stripe Nov 20, 2023
fa9c07e
package name
nazli-stripe Nov 20, 2023
ed7e296
fix detox release build
nazli-stripe Nov 21, 2023
cfabd6d
Update android/build.gradle
nazli-stripe Nov 22, 2023
bf3b781
Update android/gradle.properties
nazli-stripe Nov 22, 2023
44251a7
update snapshot
nazli-stripe Nov 22, 2023
c7b5545
fix unit tests
nazli-stripe Nov 22, 2023
2d8800a
update customer id
nazli-stripe Nov 22, 2023
b6d0ce0
fix dev app packaging
nazli-stripe Nov 22, 2023
bf8edd6
update ios
nazli-stripe Nov 22, 2023
f4d93a6
bump android to 3.2.0
nazli-stripe Nov 22, 2023
ecd1e49
override flags
nazli-stripe Nov 22, 2023
8bdbf7d
chr feedback
nazli-stripe Nov 27, 2023
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
Prev Previous commit
Next Next commit
react path
nazli-stripe committed Nov 18, 2023

Verified

This commit was signed with the committer’s verified signature.
commit bd8d7385044dceb4ba51fd0a4a227da65238f5e1
3 changes: 1 addition & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ buildscript {

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: "com.facebook.react"

def getExtOrDefault(name) {
return rootProject.ext.has(name) ? rootProject.ext.get(name) : project.properties['StripeTerminalReactNative_' + name]
@@ -70,7 +69,7 @@ repositories {
} else {
defaultDir = new File(
projectDir,
'/../../../node_modules/react-native/android'
'/../node_modules/react-native/android'
)
}