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 cc1e8d1 commit 4141560Copy full SHA for 4141560
packages/core-cli-utils/src/private/apple.js
@@ -130,6 +130,7 @@ export const tasks = {
130
RCT_NEW_ARCH_ENABLED: options.newArchitecture ? '1' : '0',
131
USE_FRAMEWORKS: options.frameworks,
132
USE_HERMES: options.hermes ? '1' : '0',
133
+ RCT_IGNORE_PODS_DEPRECATION: '1',
134
};
135
if (options.frameworks == null) {
136
delete env.USE_FRAMEWORKS;
0 commit comments