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