Skip to content

Commit b819d01

Browse files
committed
feat: solid vibes snack
1 parent 2951e82 commit b819d01

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

content/snacks/index.md

+24
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,30 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
438438
videoTitle:
439439
"Screen Snapshot",
440440
},
441+
{
442+
id: 24,
443+
title: "Solid NativeScript Vibes",
444+
href: "https://stackblitz.com/edit/nativescript-solid-vibes?file=src%2Fcomponents%2Fhome.tsx",
445+
description:
446+
"Example of using audio player with metering.",
447+
categories: [
448+
{
449+
title: "iOS AVAudioPlayer",
450+
href: "https://developer.apple.com/documentation/avfaudio/avaudioplayer/averagepower(forchannel:)?language=objc",
451+
},
452+
{
453+
title: "Android Visualizer",
454+
href: "https://developer.android.com/reference/android/media/audiofx/Visualizer",
455+
},
456+
{
457+
title: "Solid",
458+
href: "https://www.solidjs.com/",
459+
},
460+
],
461+
videoUrl: "https://youtube.com/embed/FLxZ_T5yN_A",
462+
videoTitle:
463+
"Solid NativeScript Vibes",
464+
},
441465
];
442466

443467
</script>

0 commit comments

Comments
 (0)