Popups
Display information popups when markers are pressed.
Use MarkerPopup inside a MapMarker to display callouts when the marker is pressed. Popups are implemented using MapLibre's native Callout component and can contain custom React Native components.
React Native Note: Unlike the web version, standalone
MapPopup components are not available in React Native. All popups must be attached to markers via MarkerPopup.Rich Popups
Build complex popups with React Native components like View, Text, Image, and Pressable for interactive elements. Press a marker to see the popup with detailed information and actions.
