Skip to content

Commit 6273571

Browse files
authored
Bump react native version to 0.74 (#256)
* Revert "Bump the npm_and_yarn group across 2 directories with 2 updates (#253)" This reverts commit b8fe5cf. * Bump rn version to 0.74 * podfile.lock update * readme update
1 parent e238240 commit 6273571

File tree

10 files changed

+3434
-2741
lines changed

10 files changed

+3434
-2741
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ public void onCreate() {
9494
}
9595
```
9696

97-
- Open `android/build.gradle` and change `minSdkVersion` to **21**, `compileSdkVersion` to at least **34** and `targetSdkVersion` to at least **33**
97+
- Open `android/build.gradle` and change `minSdkVersion` to **23**, `compileSdkVersion` to at least **34** and `targetSdkVersion` to at least **33**
9898

9999
```Gradle
100100
buildscript {
101101
// ...
102102
ext {
103103
buildToolsVersion = "29.0.2"
104-
minSdkVersion = 21 // <-- Here
104+
minSdkVersion = 23 // <-- Here
105105
compileSdkVersion = 34 // <-- Here
106106
targetSdkVersion = 33 // <-- Here
107107
}

android/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ def packageVersion = '"' + packageJson.version + '"'
66
buildscript {
77
ext {
88
buildToolsVersion = "34.0.0"
9-
minSdkVersion = 21
9+
minSdkVersion = 23
1010
compileSdkVersion = 34
1111
targetSdkVersion = 34
12-
ndkVersion = "25.1.8937393"
13-
kotlinVersion = "1.8.0"
12+
ndkVersion = "26.1.10909125"
13+
kotlinVersion = "1.9.22"
1414
}
1515
if (project == rootProject) {
1616
repositories {

example/android/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
buildscript {
22
ext {
33
buildToolsVersion = "34.0.0"
4-
minSdkVersion = 21
4+
minSdkVersion = 23
55
compileSdkVersion = 34
66
targetSdkVersion = 34
7-
ndkVersion = "25.1.8937393"
8-
kotlinVersion = "1.8.0"
7+
ndkVersion = "26.1.10909125"
8+
kotlinVersion = "1.9.22"
99
}
1010
repositories {
1111
google()

example/e2e/package-lock.json

+6-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/e2e/yarn.lock

+478-552
Large diffs are not rendered by default.

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1364,8 +1364,8 @@ SPEC CHECKSUMS:
13641364
ReactCommon: 53dbd9a55e29188ded016078708d1da8de2db19d
13651365
RNCAsyncStorage: ec53e44dc3e75b44aa2a9f37618a49c3bc080a7a
13661366
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
1367-
Yoga: 56f906bf6c11c931588191dde1229fd3e4e3d557
1367+
Yoga: ff1d575b119f510a5de23c22a794872562078ccf
13681368

13691369
PODFILE CHECKSUM: 15fb131f3e1a2b2d9a606515df1414680c8e67b5
13701370

1371-
COCOAPODS: 1.16.2
1371+
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)