I am trying to implement React Native MapView for Android. I did follow github installation instruction but i am facing compilation error when i try to run usin
MapView
i solved this problem using this npm install — save “react-native-maps@jerolimov/react-native-maps#fix-rn59rc-compile-issues”
from: https://github.com/react-native-community/react-native-maps/pull/2702
the problem is with React native 0.59+ that compile with compileSdkVersion 28 and maps use 26