<Callout />
Callout that displays information about a selected annotation near the annotation.
Props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| title | string | none | false | String that get's 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 MLRNCallout 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. |