Skip to content

Latest commit

 

History

History
76 lines (38 loc) · 836 Bytes

Callout.md

File metadata and controls

76 lines (38 loc) · 836 Bytes
import { Callout } from '@rnmapbox/maps';

Callout

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

props

title

string

required String that gets displayed in the default callout.

style

ViewStyle

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

containerStyle

ViewStyle

Style property for the native RNMBXCallout container, set at your own risk.

contentStyle

ViewStyle

Style property for the content bubble.

tipStyle

ViewStyle

Style property for the triangle tip under the content.

textStyle

ViewStyle

Style property for the title in the content bubble.