From edf5d0c613f688cd2a56dd54c19fc610ff1e6d4f Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 1 Jul 2024 03:40:42 +0000 Subject: [PATCH] Test notifications on web --- examples/basic/src/constants/general.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/basic/src/constants/general.ts b/examples/basic/src/constants/general.ts index 02c39b90..4eb82228 100644 --- a/examples/basic/src/constants/general.ts +++ b/examples/basic/src/constants/general.ts @@ -68,6 +68,14 @@ export const srcAllPlatformList = [ description: 'another bunny (can be saved)', uri: 'https://rawgit.com/mediaelement/mediaelement-files/master/big_buck_bunny.mp4', headers: {referer: 'www.github.com', 'User-Agent': 'react.native.video'}, + metadata: { + title: 'Custom Title', + subtitle: 'Custom Subtitle', + artist: 'Custom Artist', + description: 'Custom Description', + imageUri: + 'https://pbs.twimg.com/profile_images/1498641868397191170/6qW2XkuI_400x400.png', + }, }, { description: 'sintel with subtitles',