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',