import { View, Text, StyleSheet } from 'react-native'; export default function MapScreen() { return ( Mapa de Farmacias ); } const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#F2F2F7', }, title: { fontSize: 24, fontWeight: 'bold', color: '#1C1C1E', }, });