Skip to content

Commit

Permalink
enable hermes for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Dec 11, 2023
1 parent ba54aaf commit dcf46b5
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 39 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abstract_target 'Status' do

use_react_native!(
:path => config[:reactNativePath],
:hermes_enabled => false,
:hermes_enabled => true,
:fabric_enabled => flags[:fabric_enabled],
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
Expand Down
Loading

0 comments on commit dcf46b5

Please sign in to comment.