Skip to main content

Callout

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

Also accepts props from: Omit<ViewProps, "style">

Props​

title​

String that gets displayed in the default callout.

Type: string

Required: No

style​

Style property for the CalloutNativeComponent. Use at your own risk.

Type: ViewStyle

Required: No

animatedStyle​

Style property for the Animated.View wrapper, apply animations to this

Type: ViewStyle

Required: No

contentStyle​

Style property for the content bubble.

Type: ViewStyle

Required: No

tipStyle​

Style property for the triangle tip under the content.

Type: ViewStyle

Required: No

titleStyle​

Style property for the title in the content bubble.

Type: ViewStyle

Required: No