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 8c193d0 commit 9bd217fCopy full SHA for 9bd217f
1 file changed
dev-packages/e2e-tests/patch-scripts/rn.patch.podfile.js
@@ -21,8 +21,8 @@ if (enableHermes === null) {
21
throw new Error('Invalid engine');
22
}
23
24
-// Optional iOS version argument, defaults to '15.0' due to Cocoa SDK V9 requirement
25
-const iosVersion = args['ios-version'] || '15.0';
+// Optional iOS version argument, defaults to '15.1' due to Cocoa SDK V9 and RN 0.81.0 requirement
+const iosVersion = args['ios-version'] || '15.1';
26
27
debug.log('Patching Podfile', args['pod-file']);
28
let content = fs.readFileSync(args['pod-file'], 'utf8');
0 commit comments