Skip to content

Commit 9bd217f

Browse files
committed
Bump to 15.1 due to RN 0.81.0 requirements
1 parent 8c193d0 commit 9bd217f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev-packages/e2e-tests/patch-scripts/rn.patch.podfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ if (enableHermes === null) {
2121
throw new Error('Invalid engine');
2222
}
2323

24-
// Optional iOS version argument, defaults to '15.0' due to Cocoa SDK V9 requirement
25-
const iosVersion = args['ios-version'] || '15.0';
24+
// Optional iOS version argument, defaults to '15.1' due to Cocoa SDK V9 and RN 0.81.0 requirement
25+
const iosVersion = args['ios-version'] || '15.1';
2626

2727
debug.log('Patching Podfile', args['pod-file']);
2828
let content = fs.readFileSync(args['pod-file'], 'utf8');

0 commit comments

Comments
 (0)