Skip to content

Commit dac49b0

Browse files
authored
Support React Native 0.85 (#4014)
## Description This PR brings support for React Native 0.85 ## Status - ## 0.85.0 ✅ - 0.85.0-rc.7 ✅ - 0.85.0-rc.6 ✅ - 0.85.0-rc.5 ✅ - 0.85.0-rc.4 ❓ 😩 - 0.85.0-rc.3 ❓ 😩 - 0.85.0-rc.2 ❓ 😩 - 0.85.0-rc.1 ✅ - 0.85.0-rc.0 ✅ ## Test plan Tested that `basic-example` builds and works correctly.
1 parent 4768080 commit dac49b0

20 files changed

Lines changed: 895 additions & 854 deletions

File tree

apps/basic-example/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'

apps/basic-example/Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ DEPENDENCIES
116116
concurrent-ruby (< 1.3.4)
117117
logger
118118
mutex_m
119+
nkf
119120
xcodeproj (< 1.26.0)
120121

121122
RUBY VERSION
718 Bytes
Binary file not shown.

apps/basic-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-9.0.0-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

apps/basic-example/android/gradlew

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

apps/basic-example/android/gradlew.bat

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

0 commit comments

Comments
 (0)