diff --git a/template/ios/Podfile b/template/ios/Podfile index 04f68e5431fb93..7c72240c335f2f 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -14,7 +14,7 @@ target 'HelloWorld' do end pre_install do |installer| - codegen_pre_install(installer) + codegen_pre_install(installer, :path => config[:reactNativePath]) end # Enables Flipper.