const [a, setA] = useState(["a", "b", "c", "d", "e"]); ... {a.map((x)=> <Text>{x}</Text> )}
npm i react-native-maps