From 9eb341bcb5e58cbb580514e604ca00589e10fd02 Mon Sep 17 00:00:00 2001 From: Nikolay Tsonev Date: Wed, 24 Jan 2018 15:28:58 +0200 Subject: [PATCH] adding backStackEntry example, including missing import md file text field (#5319) --- tests/app/ui/frame/frame.md | 30 +++++++++++++++++++++ tests/app/ui/text-field/text-field-tests.ts | 6 ++--- tests/app/ui/text-field/text-field.md | 2 +- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/tests/app/ui/frame/frame.md b/tests/app/ui/frame/frame.md index b11a0f091..35536901c 100644 --- a/tests/app/ui/frame/frame.md +++ b/tests/app/ui/frame/frame.md @@ -20,3 +20,33 @@ To perform navigation, you will need a reference to the topmost frame of the app ### Navigating Back {%snippet frame-back%} + +### Back Navigation with BackstackEntry +Using the `BackstackEntry` allows us to navigate back to a specific page. + +```XML + + + + + + + + +