import React from 'react' import {Shell} from '../platform/shell' import {Text, View} from 'react-native' import type {RootTabsScreenProps} from '../routes/types' export const Notifications = (_props: RootTabsScreenProps<'Notifications'>) => { return ( Notifications ) }