Skip to content

Commit e0b2cfd

Browse files
committed
fix: try disabling hermes
1 parent 968c1f6 commit e0b2cfd

File tree

2 files changed

+147
-279
lines changed

2 files changed

+147
-279
lines changed

examples/SampleApp/ios/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ target 'SampleApp' do
3636
use_react_native!(
3737
:path => config[:reactNativePath],
3838
# An absolute path to your application root.
39-
:app_path => "#{Pod::Config.instance.installation_root}/.."
39+
:app_path => "#{Pod::Config.instance.installation_root}/..",
40+
:hermes_enabled => false
4041
)
4142

4243
target 'SampleAppTests' do

0 commit comments

Comments
 (0)