We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7679c8a commit 2c2ea42Copy full SHA for 2c2ea42
packages/plugin-platform-ios/src/template/ios/Podfile
@@ -15,7 +15,7 @@ if linkage != nil
15
end
16
17
target 'HelloWorld' do
18
- config = use_native_modules!('rnef config -p ios')
+ config = use_native_modules!(['rnef', 'config', '-p', 'ios'])
19
20
use_react_native!(
21
:path => config[:reactNativePath],
0 commit comments