mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 04:51:15 +00:00
This gives feature parity to Custom Annotation Views between iOS and Android. - Add custom marker view and options for mapbox. - Add an implementation for the Annotation class. - Add a MarkerViewAdapater that transforms Annotations into views that get displayed on the map. - Handle adding and removing of children. - Update custom annotation docs.