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 4261072 commit ed64fdaCopy full SHA for ed64fda
packages/react-native/scripts/ios-prebuild/vfs.js
@@ -174,10 +174,7 @@ function generateEntryYAML(
174
*/
175
function createVFSOverlayContents(rootFolder /*: string */) /*: VFSOverlay */ {
176
// Get header files from podspecs (disable testing since we just need the mappings)
177
- const podSpecsWithHeaderFiles = getHeaderFilesFromPodspecs(
178
- rootFolder,
179
- false, // testHeadersFlag
180
- );
+ const podSpecsWithHeaderFiles = getHeaderFilesFromPodspecs(rootFolder);
181
182
const mappings /*: Array<HeaderMapping> */ = [];
183
0 commit comments