Skip to content

Commit 57f4a3b

Browse files
committed
gif of login on android
1 parent 6ed3282 commit 57f4a3b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

images/chapter3/login_router.gif

21.6 KB
Loading

src/chapters/chapter3.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,10 @@ constructor(private _router: Router, private _userService: UserService) {
550550
551551
<div class="exercise-end"></div>
552552
553-
You can login now! And navigate! Show a gif of the navigation. Talk about how in NativeScript you get native behavior automatically—aka a back button on iOS and a hardware back button on Android.
553+
You can login now! And navigate!
554+
555+
<img alt="Login with basic information" src="images/chapter3/login_router.gif" class="plain">
556+
557+
Talk about how in NativeScript you get native behavior automatically—aka a back button on iOS and a hardware back button on Android.
554558
555559
Then transition to modules.

0 commit comments

Comments
 (0)