From be7f93df031da04ce5bdd474395e4c6777792b54 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 18 Dec 2025 19:47:50 -0800 Subject: [PATCH] feat(ios): SplitView lifecycle improvements --- apps/automated/package.json | 6 +- apps/toolbox/package.json | 6 +- .../src/split-view/split-view-secondary.xml | 2 - .../src/split-view/split-view-supplement.xml | 2 - apps/ui/package.json | 6 +- packages/core/ui/split-view/index.ios.ts | 82 ++++++++++++++++--- 6 files changed, 81 insertions(+), 23 deletions(-) diff --git a/apps/automated/package.json b/apps/automated/package.json index a5602ba461..56964cd456 100644 --- a/apps/automated/package.json +++ b/apps/automated/package.json @@ -11,9 +11,9 @@ "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" }, "devDependencies": { - "@nativescript/android": "alpha", - "@nativescript/ios": "alpha", - "@nativescript/visionos": "~8.9.0", + "@nativescript/android": "~9.0.0", + "@nativescript/ios": "~9.0.0", + "@nativescript/visionos": "~9.0.0", "@nativescript/vite": "file:../../dist/packages/vite", "@nativescript/webpack": "file:../../dist/packages/webpack5", "circular-dependency-plugin": "^5.2.2", diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index 7bc8f8db39..331ac9ac73 100644 --- a/apps/toolbox/package.json +++ b/apps/toolbox/package.json @@ -12,9 +12,9 @@ "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" }, "devDependencies": { - "@nativescript/android": "alpha", - "@nativescript/ios": "alpha", - "@nativescript/visionos": "~8.9.0", + "@nativescript/android": "~9.0.0", + "@nativescript/ios": "~9.0.0", + "@nativescript/visionos": "~9.0.0", "@nativescript/vite": "file:../../dist/packages/vite", "@nativescript/webpack": "file:../../dist/packages/webpack5", "typescript": "~5.8.0" diff --git a/apps/toolbox/src/split-view/split-view-secondary.xml b/apps/toolbox/src/split-view/split-view-secondary.xml index 75328de39f..110aab0c6f 100644 --- a/apps/toolbox/src/split-view/split-view-secondary.xml +++ b/apps/toolbox/src/split-view/split-view-secondary.xml @@ -1,6 +1,4 @@ - -