|
| 1 | +{ |
| 2 | + "@context": "https://schema.org", |
| 3 | + "@type": "WebSite", |
| 4 | + "name": "TheWidlarzGroup Docs", |
| 5 | + "url": "https://docs.thewidlarzgroup.com/react-native-video/", |
| 6 | + "publisher": { |
| 7 | + "@type": "Organization", |
| 8 | + "name": "TheWidlarzGroup", |
| 9 | + "url": "https://thewidlarzgroup.com", |
| 10 | + "logo": { |
| 11 | + "@type": "ImageObject", |
| 12 | + "url": "https://docs.thewidlarzgroup.com/react-native-video/favicon.ico" |
| 13 | + } |
| 14 | + }, |
| 15 | + "mainEntity": { |
| 16 | + "@type": "TechArticle", |
| 17 | + "headline": "React Native Video Documentation", |
| 18 | + "description": "Official documentation for React Native Video component by TheWidlarzGroup", |
| 19 | + "hasPart": [ |
| 20 | + { |
| 21 | + "@type": "TechArticle", |
| 22 | + "headline": "Installation Guide", |
| 23 | + "description": "Installation instructions for your platform to link react-native-video into your project.", |
| 24 | + "url": "https://docs.thewidlarzgroup.com/react-native-video/installation" |
| 25 | + }, |
| 26 | + { |
| 27 | + "@type": "TechArticle", |
| 28 | + "headline": "Properties", |
| 29 | + "description": "This page shows the list of available properties to configure the player.", |
| 30 | + "url": "https://docs.thewidlarzgroup.com/react-native-video/component/props" |
| 31 | + }, |
| 32 | + { |
| 33 | + "@type": "TechArticle", |
| 34 | + "headline": "DRM Implementation", |
| 35 | + "description": "We provide a sample implementation in the example app demonstrating how to use DRM with react-native-video.", |
| 36 | + "url": "https://docs.thewidlarzgroup.com/react-native-video/component/drm" |
| 37 | + }, |
| 38 | + { |
| 39 | + "@type": "TechArticle", |
| 40 | + "headline": "Downloading", |
| 41 | + "description": "The Offline Video SDK extends react-native-video (v6 or v7) with the ability to download and store video content for offline playback.", |
| 42 | + "url": "https://docs.thewidlarzgroup.com/react-native-video/other/downloading" |
| 43 | + } |
| 44 | + ] |
| 45 | + }, |
| 46 | + "offers": { |
| 47 | + "@type": "Offer", |
| 48 | + "name": "Enterprise Support", |
| 49 | + "description": "Expert support to extend or implement React Native Video capabilities", |
| 50 | + "url": "https://www.thewidlarzgroup.com/?utm_source=rnv&utm_medium=google#Contact", |
| 51 | + "seller": { |
| 52 | + "@type": "Organization", |
| 53 | + "name": "TheWidlarzGroup" |
| 54 | + } |
| 55 | + } |
| 56 | +} |
0 commit comments