React Native Maps - Custom Marker Image Not rendering in Higher Android Versions
问题 Images aren't shown on Markers. Hi, I'm developing an app for Android using the React-Native, that uses the react-native-maps package. All platforms run without any problem, except on Android 7.1+. All images contained on Markers are not shown/loaded In Marker Component there is prop called "image" which can be used only with local images. but in my case I need to render remote image Url so i am not able to use this props So i decided to use custom Marker It was working fine until I tested my