Closed joancifo closed 6 months ago
To the MapView options, pass in mapTypeControl: false
Like this:
<MapView
provider="google"
options={{
mapTypeControl: false,
}}
>
If you're using typescript, dont forget to add app.d.ts to the root of your project.
app.d.ts
/// <reference types="@teovilla/react-native-web-maps/dist/typescript/override-types" />
thanks!