Skip to content

Commit 34da087

Browse files
committed
[LOCAL] Bump Podfile.lock and try to fix Hermes update
1 parent f63a721 commit 34da087

File tree

3 files changed

+465
-470
lines changed

3 files changed

+465
-470
lines changed

packages/react-native/scripts/cocoapods/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def self.find_codegen_file(path)
3838
module Helpers
3939
class Constants
4040
def self.min_ios_version_supported
41-
return '12.4'
41+
return '13.4'
4242
end
4343
end
4444
end

packages/react-native/scripts/cocoapods/jsengine.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@ def setup_hermes!(react_native_path: "../node_modules/react-native", fabric_enab
3030
abort unless prep_status == 0
3131

3232
pod 'React-jsi', :path => "#{react_native_path}/ReactCommon/jsi"
33-
# This `:tag => hermestag` below is only to tell CocoaPods to update hermes-engine when React Native version changes.
34-
# We have custom logic to compute the source for hermes-engine. See sdks/hermes-engine/*
35-
hermestag_file = File.join(react_native_dir, "sdks", ".hermesversion")
36-
hermestag = File.exist?(hermestag_file) ? File.read(hermestag_file).strip : ''
3733

38-
pod 'hermes-engine', :podspec => "#{react_native_path}/sdks/hermes-engine/hermes-engine.podspec", :tag => hermestag
34+
pod 'hermes-engine', :podspec => "#{react_native_path}/sdks/hermes-engine/hermes-engine.podspec"
3935
pod 'React-hermes', :path => "#{react_native_path}/ReactCommon/hermes"
4036
pod 'libevent', '~> 2.1.12'
4137
end

0 commit comments

Comments
 (0)