// @flow import * as React from 'react'; import {Image, ScrollView, View} from 'react-native'; import i18n from "i18n-js"; import {Card, List, Paragraph, Text} from 'react-native-paper'; type Props = { navigation: Object, }; /** * Class defining an about screen. This screen shows the user information about the app and it's author. */ export default class ProximoAboutScreen extends React.Component { render() { return ( {i18n.t('proximoScreen.description')} } /> 18h30 - 19h30 } /> 18{i18n.t('proximoScreen.paymentMethodsDescription')} ); } }