File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments