Skip to content

Commit 4cd8afc

Browse files
Enabling hermes and fabric
1 parent db2e93c commit 4cd8afc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

example/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ target 'ReactNativeSdkExample' do
2121

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

0 commit comments

Comments
 (0)