Skip to content

Commit

Permalink
Clean it up
Browse files Browse the repository at this point in the history
  • Loading branch information
SConaway authored Nov 23, 2020
1 parent 7ecbbd8 commit b838d56
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions template/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ platform :ios, '10.0'
target 'HelloWorld' do
config = use_native_modules!

use_react_native!(:path => config[:reactNativePath])
# Or, to enable hermes on iOS, comment out the above line and uncomment the below:
# use_react_native!(:path => config[:reactNativePath], :hermes_enabled => true)
use_react_native(
:path => config[:reactNativePath],
# Or, to enable hermes on iOS, uncomment the below line:
# :hermes_enabled => true
)

target 'HelloWorldTests' do
inherit! :complete
Expand Down

0 comments on commit b838d56

Please sign in to comment.