);
}
}
class Index extends React.Component {
render() {
const { config: siteConfig, language = '' } = this.props;
const { baseUrl } = siteConfig;
const Block = props => (
);
const Support = () => (
{[
{
content:
'To make your landing page more attractive, use illustrations! Check out ' +
'If you use this library on your commercial/personal projects, you can help us by funding the work on specific issues that you choose by using [**IssueHunt.io**](https://issuehunt.io/repos/33218414)! \n\n' +
'This gives you the power to prioritize our work and support the project contributors. Moreover it\'ll guarantee the project will be updated and maintained in the long run.' +
'\n\n[](https://issuehunt.io/repos/33218414)',
image: `${baseUrl}img/undraw_code_review.svg`,
imageAlign: 'right',
title: 'Support',
},
]}
);
const backersList = Array(10).fill('x').map( (bk, i) => ``)
const sponsorsList = Array(10).fill('x').map( (bk, i) => ``)
const Backers = () => (
{[
{
content: `**Backers**
\n\nSupport us with a monthly donation and help us continue our activities. [[**Become a backer**](https://opencollective.com/react-native-camera#backer)] \n\n\n ${backersList.join("")}
\n\n\n**Sponsors** \n\nBecome a sponsor and get your logo on our README on Github with a link to your site. [[**Become a sponsor**](https://opencollective.com/react-native-camera#sponsor)] \n\n\n ${sponsorsList.join("")}
`,
imageAlign: 'center',
title: 'Open Collective',
},
]}
);
return (