Closed joancifo closed 10 months ago
Using Expo and React Navigation
<MapView provider={"google"} style={globalstyle.container} showsUserLocation={true} mapType={mapType} region={mapRegion} // initialRegion={mapRegion} loadingEnabled={false} googleMapsApiKey={""} // initialCamera={{ // center: { // latitude: mapRegion.latitude, // longitude: mapRegion.longitude, // }, // zoom: 16, // heading: 0, // pitch: 0, // }} > </MapView>
Using Expo and React Navigation