mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(visionos): ui-mobile-base supporting xros plus improvements to window handling (#10478)
This commit is contained in:
@@ -32,7 +32,7 @@ export function test_Transitions() {
|
||||
});
|
||||
|
||||
var transitions;
|
||||
if (Device.os === platformNames.ios) {
|
||||
if (__APPLE__) {
|
||||
transitions = ['curl'];
|
||||
} else {
|
||||
const _sdkVersion = parseInt(Device.sdkVersion);
|
||||
|
||||
Reference in New Issue
Block a user