From 612b3c3af591ed83890f3c3e02861742949b1cbb Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Mon, 23 Nov 2020 15:44:37 -0800 Subject: [PATCH] Update Podfile --- template/ios/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/ios/Podfile b/template/ios/Podfile index 065f535421603a..70ecb72908061a 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -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