react-native-video/docs/theme.config.jsx

40 lines
975 B
React
Raw Normal View History

import React from 'react';
export default {
head: (
<>
<meta name="language" content="en" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Video component for React Native" />
<meta name="og:title" content="React Native Video" />
<meta
name="og:description"
content="A Video component for React Native"
/>
</>
),
logo: (
<span>
🎬 <strong>Video component</strong> for React Native
</span>
),
faviconGlyph: '🎬',
project: {
link: 'https://github.com/react-native-video/react-native-video',
},
docsRepositoryBase:
'https://github.com/react-native-video/react-native-video/tree/master/docs/',
footer: {
text: (
<span>
Built with love by <strong>React Native Community</strong>
</span>
),
},
useNextSeoProps() {
return {
titleTemplate: '%s Video',
};
},
};