/* eslint-disable global-require */ import * as WebBrowser from 'expo-web-browser'; import * as React from 'react'; import { Div, Button, Image, Text, Avatar } from 'react-native-magnus'; import { ScrollView } from 'react-native-gesture-handler'; import { useTranslation } from 'react-i18next'; import { List } from 'react-native-paper'; import Header from '../../components/Header'; export default function CooperationScreen({ navigation }) { const { t } = useTranslation(); return ( <> { return ( {t('tips5')} {t('tips6')}13455324344({t('lian-xi-fang-shi')}) ); }} left={() => ( )} right={(props) => } onPress={() => navigation.navigate('Apply', { type: '商家' })} /> { return ( {t('rider')} {t('rider2')} 13455324344({t('lian-xi-fang-shi')}) ); }} left={() => ( )} right={(props) => } onPress={() => navigation.navigate('Apply', { type: '骑手' })} /> { return ( {t('shang-wu-he-zuo-qing-lian-xi')}13455324344( {t('lian-xi-fang-shi')}) ); }} left={() => ( )} right={(props) => } onPress={() => navigation.navigate('Apply', { type: '商务' })} /> > ); }