diff --git a/template/ios/Podfile b/template/ios/Podfile index 73726efe1d9d8f..6701249e83ac20 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -6,7 +6,7 @@ platform :ios, '10.0' target 'HelloWorld' do config = use_native_modules! - use_react_native!(:path => config["reactNativePath"]) + use_react_native!(:path => config[:reactNativePath]) target 'HelloWorldTests' do inherit! :complete