Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 919 Bytes

File metadata and controls

15 lines (12 loc) · 919 Bytes

<MapboxGL.Callout />

Callout that displays information about a selected annotation near the annotation.

props

Prop Type Default Required Description
title string none true String that gets displayed in the default callout.
style ViewStyle none false Style property for the Animated.View wrapper, apply animations to this
containerStyle ViewStyle none false Style property for the native RCTMGLCallout container, set at your own risk.
contentStyle ViewStyle none false Style property for the content bubble.
tipStyle ViewStyle none false Style property for the triangle tip under the content.
textStyle ViewStyle none false Style property for the title in the content bubble.