I'm trying to implement google maps in my android app using React Native I did all the following which I was supposed to do. and I am getting this error in android studios enter image description here
Asked
Active
Viewed 37 times
0
-
Perhaps you can show your configuration. If your react-native version is below .59 you need to manually link [https://github.com/react-native-community/react-native-maps/blob/master/docs/installation.md#build-configuration-on-android] – Evans Munene Aug 25 '20 at 08:55
-
yes i did that. but still it is not working – zaheer abbas Aug 25 '20 at 10:40
-
Looks like there are issues on the dependencies. Have you tried the solution here: https://stackoverflow.com/questions/46949622/ ? – jabamataro Aug 28 '20 at 07:32