Skip to content

Commit

Permalink
Update Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SConaway authored Nov 23, 2020
1 parent b838d56 commit 612b3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ target 'HelloWorld' do

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

target 'HelloWorldTests' do
Expand Down

0 comments on commit 612b3c3

Please sign in to comment.