import React from 'react';
import {GoogleAnalytics} from '@next/third-parties/google';
import TWGBadge from './components/TWGBadge/TWGBadge';
export default {
head: (
<>
>
),
logo: (
🎬 Video component for React Native
),
project: {
link: 'https://github.com/TheWidlarzGroup/react-native-video',
},
docsRepositoryBase:
'https://github.com/TheWidlarzGroup/react-native-video/tree/master/docs/',
main: ({children}) => (
<>
{children}
>
),
toc: {
extraContent: ,
},
footer: {
text: (
Built with ❤️ by React Native Community
),
},
useNextSeoProps() {
return {
titleTemplate: '%s – Video',
};
},
};