Skip to content

Commit b016f11

Browse files
Upgrade the example app to react-native v19 for iOS
1 parent 4d6c909 commit b016f11

File tree

13 files changed

+6262
-8082
lines changed

13 files changed

+6262
-8082
lines changed

example/Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ ruby ">= 2.6.10"
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
99
gem 'xcodeproj', '< 1.26.0'
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'

example/ios/Podfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ target 'example' do
2323
:app_path => "#{Pod::Config.instance.installation_root}/.."
2424
)
2525

26-
target 'exampleTests' do
27-
inherit! :complete
28-
# Pods for testing
29-
end
30-
3126
post_install do |installer|
3227
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
3328
react_native_post_install(

0 commit comments

Comments
 (0)