import React from "react"; import { View, StyleSheet, Text } from "react-native"; type VilleProps = { name: string, latitude: string, longitude: string } export function VilleCompopo(){ }