Hello, I have installed react-native-maps to our application, but had a problem where the would render blank (like nothing was there).
After searching the repository for solutions, I haven't found anything that would work for me, but ultimately we found a solution. If anyone else has a problem, here is what we found out:
We use Android Virtual Device (AVD) Manager to start the emulator. Also make sure you install Intel HAXM 6.0.1.
- Run "android" and install
Extras / Google Play services
Extras / Google Repository
Android 6.0 (API 23) / Google APIs Intel x86 Atom System Image Rev. 12 (Make sure your emulator is using it, previous rev. did not work)
- Make sure that you use the "Browser" key from Google.
- When starting emulator before building the new native code, make sure you "Wipe user data".
Hopefully this will help someone. I think all the other steps are like described in docs. If I remember any more steps, I will write them here.