Skip to content

Commit

Permalink
[WIP] Turn off hermes because of the problem CocoaPods/CocoaPods#12226
Browse files Browse the repository at this point in the history
  • Loading branch information
demonsh committed Jan 30, 2024
1 parent c222fe0 commit 7a2ff35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile
Expand Up @@ -39,7 +39,7 @@ target 'RapidsnarkExample' do
use_react_native!(
:path => config[:reactNativePath],
# Hermes is now enabled by default. Disable by setting this flag to false.
:hermes_enabled => flags[:hermes_enabled],
:hermes_enabled => false,
:fabric_enabled => flags[:fabric_enabled],
# Enables Flipper.
#
Expand All @@ -57,6 +57,6 @@ target 'RapidsnarkExample' do
config[:reactNativePath],
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
#__apply_Xcode_12_5_M1_post_install_workaround(installer)
end
end

0 comments on commit 7a2ff35

Please sign in to comment.