I am using react-native-maps (https://github.com/react-native-community/react-native-maps) library to show maps. MapType used is satellite and I have also used the overlay api to display overlay image but when I zoom in the image disappears in iOS.
I am not using pods and have installed the library manually.
Environment Used
react-native: 0.59.9react: 16.8.3react-native-maps: 0.25.0
Expected BehaviorThe image should not disappear on zoom change
Please guide me how can I fix this issue?