Skip to content

Commit f8eb7de

Browse files
authored
chore: Bump RN to 0.85.0-rc.7 (#3822)
## Description Upgrade helper: https://react-native-community.github.io/upgrade-helper/?from=0.84.0&to=0.85.0-rc.6 Closes: software-mansion/react-native-screens-labs#1080 ## Changes - https://react-native-community.github.io/upgrade-helper/?from=0.84.0&to=0.85.0-rc.6 ## Before & after - visual documentation N/A ## Test plan Ensure that there's no regression in both build & runtime. ## Checklist - [ ] Included code example that can be used to test this change. - [ ] Updated / created local changelog entries in relevant test files. - [ ] For visual changes, included screenshots / GIFs / recordings documenting the change. - [ ] For API changes, updated relevant public types. - [ ] Ensured that CI passes
1 parent 01fc805 commit f8eb7de

13 files changed

Lines changed: 1127 additions & 896 deletions

File tree

FabricExample/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ gem 'bigdecimal'
1313
gem 'logger'
1414
gem 'benchmark'
1515
gem 'mutex_m'
16+
gem 'nkf'
1617

1718
# Necessary for the helper script regarding multi-window support in our applications
1819
gem 'plist'

FabricExample/Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ DEPENDENCIES
114114
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
115115
logger
116116
mutex_m
117+
nkf
117118
plist
118119
xcodeproj (< 1.26.0)
119120

718 Bytes
Binary file not shown.

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

FabricExample/android/gradlew

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FabricExample/android/gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)