Skip to content

Commit c5d96cf

Browse files
troZeePiotr TrockiCopilot
authored
chore(example): bump rn 85 (#1093)
* bump react-native to 85 * bump to react native 85 * upgrade ios workflow * fix: update Gemfile.lock bundler to 2.5.23 for Ruby 3.4.0 compatibility * apply feedback --------- Co-authored-by: Piotr Trocki <piotr@trocki.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent f1b4905 commit c5d96cf

9 files changed

Lines changed: 1045 additions & 864 deletions

File tree

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
ios-build:
17-
runs-on: macos-14
17+
runs-on: macos-26
1818
concurrency:
1919
group: ${{ github.ref }}-ios
2020
cancel-in-progress: true

example/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ DEPENDENCIES
111111
xcodeproj (< 1.26.0)
112112

113113
RUBY VERSION
114-
ruby 2.7.5p203
114+
ruby 3.4.0p0
115115

116116
BUNDLED WITH
117-
2.1.4
117+
2.5.23

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.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example/bun.lockb

204 KB
Binary file not shown.

0 commit comments

Comments
 (0)