import React from 'react'; import { Button, StyleSheet, View } from 'react-native'; import { StackScreenProps } from '@react-navigation/stack'; import { MainParamList } from '@app/routes/MainParamList'; import { Apps, NavigationPushByName } from '@common/NavigationHelper.ts'; import { showMessage } from '@common/ToastHelper.ts'; type Props = StackScreenProps; export default function WebViewScreen(props: Props) { return (