tsx
import Mapa from 'react-native-mapa';
// or import { MapView, Camera } from 'react-native-mapa';
<Mapa.MapView>
<Mapa.ZoomInOut />
</Mapa.MapView>ZoomInOut
Props
step
optionalstep:number
Zoom in or out step size
Default Value
ts
1duration
optionalduration:number
Zoom in/out animation duration
Default Value
ts
100style
optionalstyle:PositionStyle
Default displays in the top right corner of the screen, can set style to customize position
Example
{ right: 5, bottom: 5 }
or 'right-top'