Skip to content

Commit 2c2ea42

Browse files
fix(template): use proper syntax for passing config command (#40)
1 parent 7679c8a commit 2c2ea42

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-platform-ios/src/template/ios

1 file changed

+1
-1
lines changed

packages/plugin-platform-ios/src/template/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if linkage != nil
1515
end
1616

1717
target 'HelloWorld' do
18-
config = use_native_modules!('rnef config -p ios')
18+
config = use_native_modules!(['rnef', 'config', '-p', 'ios'])
1919

2020
use_react_native!(
2121
:path => config[:reactNativePath],

0 commit comments

Comments
 (0)