import React from 'react' import {Shell} from '../platform/shell' import {Text, Button, View} from 'react-native' import type {RootTabsScreenProps} from '../routes/types' export const NotFound = ({navigation}: RootTabsScreenProps<'NotFound'>) => { return ( Page not found