Skip to content

Commit 575e633

Browse files
authored
feat: upgrade RN to v0.79 (#998)
1 parent e486b93 commit 575e633

File tree

12 files changed

+842
-609
lines changed

12 files changed

+842
-609
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ project.xcworkspace
3636
.gradle
3737
local.properties
3838
android.iml
39+
.kotlin/
3940

4041
# Cocoapods
4142
#

android/gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PagerView_kotlinVersion=1.7.0
2-
PagerView_minSdkVersion=21
3-
PagerView_targetSdkVersion=31
4-
PagerView_compileSdkVersion=31
5-
PagerView_ndkversion=21.4.7075529
1+
PagerView_kotlinVersion=2.0.21
2+
PagerView_minSdkVersion=24
3+
PagerView_targetSdkVersion=35
4+
PagerView_compileSdkVersion=35
5+
PagerView_ndkversion=27.1.12297006

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
presets: ['module:metro-react-native-babel-preset'],
2+
presets: ['module:@react-native/babel-preset'],
33
};

bun.lockb

-724 Bytes
Binary file not shown.

example/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# particularly useful for configuring JVM memory settings for build performance.
1212
# This does not affect the JVM settings for the Gradle client VM.
1313
# The default is `-Xmx512m -XX:MaxMetaspaceSize=256m`.
14-
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14+
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
1515

1616
# When configured, Gradle will fork up to org.gradle.workers.max JVMs to execute
1717
# projects in parallel. To learn more about parallel task execution, see the

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example/android/gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ done
8484
# shellcheck disable=SC2034
8585
APP_BASE_NAME=${0##*/}
8686
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s' "$PWD" ) || exit
87+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
8888

8989

9090
# Use the maximum available, or set MAX_FD != -1 to use that value.

example/bun.lockb

6.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)