import { View } from "react-native" import { router } from "expo-router" import Feather from '@expo/vector-icons/Feather'; import { ButtonHeader } from "../buttonHeader"; export function HeaderRightHome() { return ( } onPress={() => { router.push('/') }} /> } onPress={() => { router.push('/') }} /> } onPress={() => { router.push('/') }} /> ) }