From 4e80becaf0fac6ed601cc4309ef04be96b7ea416 Mon Sep 17 00:00:00 2001 From: joemasilotti Date: Fri, 22 Nov 2024 14:12:01 +0000 Subject: [PATCH] deploy: 33b4fdf9f7f7aa2d22927c8786a7039d45b0d253 --- index.html | 4 ++-- reference/navigation.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 353b209..e741534 100644 --- a/index.html +++ b/index.html @@ -195,8 +195,8 @@

- Current Android version: 1.0.0 — released Sep 25, 2024 + + Current Android version: 1.0.1 — released Oct 22, 2024 diff --git a/reference/navigation.html b/reference/navigation.html index 5778f28..72bc80e 100644 --- a/reference/navigation.html +++ b/reference/navigation.html @@ -334,7 +334,7 @@

{
"settings": {},
"rules": [
{
"patterns": ["/turbo_recede_historical_location_url"],
"properties": {"presentation": "pop"}
},
{
"patterns": ["/turbo_resume_historical_location_url"],
"properties": {"presentation": "none"}
},
{
"patterns": ["/turbo_refresh_historical_location_url"],
"properties": {"presentation": "refresh"}
}
]
}
+
{
"settings": {},
"rules": [
{
"patterns": [turbo_recede_historical_location_url],
"properties": {"presentation": "pop"}
},
{
"patterns": [turbo_resume_historical_location_url],
"properties": {"presentation": "none"}
},
{
"patterns": [turbo_refresh_historical_location_url],
"properties": {"presentation": "refresh"}
}
]
}

Manual Navigation

Navigator can be used to navigate from a native screen to another native screen or back to a web context.

iOS