From 047b582ee9f0c53b671be7f2be954878d2162541 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 3 Mar 2026 20:12:15 -0800 Subject: [PATCH] feat: modal framework examples --- content/guide/navigation/modals.md | 464 ++++++++++++++++++++++++++++- 1 file changed, 458 insertions(+), 6 deletions(-) diff --git a/content/guide/navigation/modals.md b/content/guide/navigation/modals.md index 10e53973..3755ff8d 100644 --- a/content/guide/navigation/modals.md +++ b/content/guide/navigation/modals.md @@ -14,11 +14,16 @@ To show a modal, call the [showModal](https://docs.nativescript.org/api/class/Vi -```xml + + + +::: code-group + +```xml [main-page.xml]