Note: Supported on iOS only. Use to handle press on specific subview of
callout. This component should be a child of a Callout component.
Callback that is called when the user presses on this subview inside callout.
The onPress event returns
ReactNative.Event.syntheticEvent({. action: action}). Accordingly, to handle
the event you need to pass a function of type
ReactNative.Event.syntheticEvent({. action: action}) => unit. You will need to
use the ## accessor for each individual key within the function specified.
Valid values are:
calloutInsidePresswhen usingMapKitmarkerInsideOverlayPresswhen usingGoogleMaps