Marker callout not visible
Is this a bug report?
Yes
Have you read the Installation Instructions?
Yes. Map is working fine (Android).
Environment
react-native: 0.61.5 react: 16.9.0 react-native-maps-osmdroid: 0.26.1-unreleased
Steps to Reproduce
Setup new project on Android with a working react-native-maps-osmdroid map. Add a Marker component with coordinate, title and description. Marker will be visible.
Expected Behavior
Tapping the marker, a callout should popup with the title and description.
Actual Behavior
Tapping the marker, only the map centers on the markers coordinates, but no callout popup is showing. I tried several kinds of markers, including custom callouts. They never show. Except one time after switching the complete app to another app and switching back. After that it worked one time, but cannot reproduce this anymore.
iOS is working fine.
I tried the same with my project (different branch) using react-native-maps and that is working as expected.
Reproducible Demo
Probably a regression from last version. I will look into this for next version.
The same occurs with marker's 'title' and 'description' properties without callout.