We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8882ca9 commit 3e718d9Copy full SHA for 3e718d9
example/ios/Podfile
@@ -21,7 +21,7 @@ target 'ReactNativeSdkExample' do
21
22
use_react_native!(
23
:path => config[:reactNativePath],
24
- :hermes_enabled => podfile_properties['expo.jsEngine'] == 'hermes',
+ :hermes_enabled => true,
25
:fabric_enabled => flags[:fabric_enabled],
26
# An absolute path to your application root.
27
:app_path => "#{Pod::Config.instance.installation_root}/.."
0 commit comments