docs/callout.md
<Callout /> Component API| Prop | Type | Default | Note |
|---|---|---|---|
tooltip | Boolean | false | If false, a default "tooltip" bubble window will be drawn around this callouts children. If true, the child views can fully customize their appearance, including any "bubble" like styles. |
alphaHitTest | Boolean | false | If true, clicks on transparent areas in callout will be passed to map. Note: iOS only. |
| Event Name | Returns | Notes |
|---|---|---|
onPress | Callback that is called when the user presses on the callout |
<CalloutSubview /> Component APINote: Supported on iOS only.
Use to handle press on specific subview of callout.
Put this component inside <Callout />.
| Event Name | Returns | Notes |
|---|---|---|
onPress | Callback that is called when the user presses on this subview inside callout |
Native press event has property action, which is:
callout-press (or marker-overlay-press for GoogleMaps on iOS) for press on <Callout />callout-inside-press (or marker-inside-overlay-press for GoogleMaps on iOS) for press on <CalloutSubview />