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 d8b1870 commit c1ca59dCopy full SHA for c1ca59d
scripts/e2e/ios-devices.js
@@ -5,7 +5,7 @@ const DEFEAULT_IOS_VERSION = 'iOS 26.2';
5
* @return {string}
6
*/
7
function getAppleDevice() {
8
- return process.env.RNS_E2E_APPLE_DEVICE || DEFAULT_APPLE_DEVICE;
+ return process.env.RNS_E2E_APPLE_SIM_NAME || DEFAULT_APPLE_DEVICE;
9
}
10
/**
11
* @return {`iOS ${string}`} requested version of ios, or default if not specified
0 commit comments