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 7fea6c5 commit ea1abc3Copy full SHA for ea1abc3
1 file changed
packages/react-native/scripts/ios-prebuild/headers.js
@@ -47,6 +47,7 @@ function getHeaderFilesFromPodspecs(
47
if (exception) {
48
// Check if the exception is disabled
49
if ('disabled' in exception && exception.disabled === true) {
50
+ headersLog(`⏭️ Skipping disabled podspec: ${relativeKey}`);
51
return;
52
}
53
0 commit comments