import React from 'react' import {SafeAreaView, ScrollView, Text, Button, View} from 'react-native' import type {PrimaryTabScreenProps} from '../routes/types' export const Notifications = ({ navigation, }: PrimaryTabScreenProps<'Notifications'>) => { return ( Hello world