Skip to content

Commit 89529ed

Browse files
committed
feat(snack): touchmanager
1 parent 6a9d63a commit 89529ed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/snacks/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,20 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
307307
videoUrl: "https://youtube.com/embed/uzzMskFL5g8",
308308
videoTitle: "Use iOS Spotlight Search with NativeScript",
309309
},
310+
{
311+
id: 20,
312+
title: "Improve UX with NativeScript TouchManager",
313+
href: "https://stackblitz.com/edit/nativescript-touchmanager?file=src%2Fapp%2Futils.ts",
314+
description: "Instantly improve UX with NativeScript's TouchManager.",
315+
categories: [
316+
{
317+
title: "TouchManager",
318+
href: "https://docs.nativescript.org/guide/animations#touchmanager-8-2",
319+
},
320+
],
321+
videoUrl: "https://youtube.com/embed/vAyGyuNFCbk",
322+
videoTitle: "Instantly improve UX with NativeScript's TouchManager",
323+
},
310324
// Not ready yet but will discuss with Dylan to update
311325
// {
312326
// id: 15,

0 commit comments

Comments
 (0)