Skip to content

Commit 09964c5

Browse files
Merge pull request #1034 from mendix/moo/MOO-1870-react-19-upgrade
Update React Native to v0.78.2
2 parents 8e73819 + c8b6b75 commit 09964c5

8 files changed

Lines changed: 2791 additions & 2874 deletions

File tree

Gemfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ ruby ">= 2.6.10"
77
gem 'cocoapods', '= 1.16.2'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
99
gem 'xcodeproj', '>= 1.27.0'
10-
gem 'concurrent-ruby', '< 1.3.4'
10+
gem 'concurrent-ruby', '< 1.3.4'
11+
12+
# Ruby 3.4.0 has removed some libraries from the standard library.
13+
gem 'bigdecimal'
14+
gem 'logger'
15+
gem 'benchmark'
16+
gem 'mutex_m'

android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ allprojects {
6666
maven {
6767
url "$rootDir/../node_modules/detox/Detox-android"
6868
}
69+
maven {
70+
url "$rootDir/../node_modules/@notifee/react-native/android/libs"
71+
}
6972
google()
7073
maven {
7174
url "https://maven.fabric.io/public"

android/gradle/wrapper/gradle-wrapper.properties

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

0 commit comments

Comments
 (0)