Skip to content

Commit 3e718d9

Browse files
Enabling hermes and fabric changed config, a different podfile config attempt
1 parent 8882ca9 commit 3e718d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ target 'ReactNativeSdkExample' do
2121

2222
use_react_native!(
2323
:path => config[:reactNativePath],
24-
:hermes_enabled => podfile_properties['expo.jsEngine'] == 'hermes',
24+
:hermes_enabled => true,
2525
:fabric_enabled => flags[:fabric_enabled],
2626
# An absolute path to your application root.
2727
:app_path => "#{Pod::Config.instance.installation_root}/.."

0 commit comments

Comments
 (0)