From 5a92b5096ab1f256a65873fad5f2d1ed2e4521ec Mon Sep 17 00:00:00 2001 From: docjyJ Date: Tue, 8 Sep 2020 16:51:48 +0200 Subject: [PATCH] Update Proxiwash About Screen --- src/screens/Proxiwash/ProxiwashAboutScreen.js | 32 ++----------------- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/src/screens/Proxiwash/ProxiwashAboutScreen.js b/src/screens/Proxiwash/ProxiwashAboutScreen.js index f6a8529..662b74c 100644 --- a/src/screens/Proxiwash/ProxiwashAboutScreen.js +++ b/src/screens/Proxiwash/ProxiwashAboutScreen.js @@ -3,8 +3,7 @@ import * as React from 'react'; import {Image, View} from 'react-native'; import i18n from 'i18n-js'; -import {Card, Avatar, Paragraph, Text, Title} from 'react-native-paper'; -import CustomTabBar from '../../components/Tabbar/CustomTabBar'; +import {Card, Avatar, Paragraph, Title} from 'react-native-paper'; import CollapsibleScrollView from '../../components/Collapsible/CollapsibleScrollView'; import type {CardTitleIconPropsType} from '../../constants/PaperStyles'; @@ -32,7 +31,7 @@ export default class ProxiwashAboutScreen extends React.Component { style={{height: '100%', width: '100%', resizeMode: 'contain'}} /> - {i18n.t('screens.proxiwash.description')} + { {i18n.t('screens.proxiwash.washerTips')} - - - ( - - )} - /> - - {i18n.t('screens.proxiwash.washersTariff')} - {i18n.t('screens.proxiwash.dryersTariff')} - - - - ( - - )} - /> - - - {i18n.t('screens.proxiwash.paymentMethodsDescription')} - - - ); }