Skip to content

Commit 612b3c3

Browse files
authored
Update Podfile
1 parent b838d56 commit 612b3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ target 'HelloWorld' do
88

99
use_react_native(
1010
:path => config[:reactNativePath],
11-
# Or, to enable hermes on iOS, uncomment the below line:
12-
# :hermes_enabled => true
11+
# to enable hermes on iOS, change `false` to `true` and then install pods
12+
:hermes_enabled => false
1313
)
1414

1515
target 'HelloWorldTests' do

0 commit comments

Comments
 (0)