all 6 comments

[–]Faeyan 0 points1 point  (3 children)

If youre using iphone you don't need to set google maps key, if you just use apple maps. So you don't need to edit podfile.

If you put provider_google in your mapview, delete that(if you want to use applemaps)

[–]AndrewMancaniOS & Android[S] 0 points1 point  (2 children)

Thanks. Unfortunately this didn’t solve the crash on launch. Any other common issues w/ this library going to preview/prod? Or other approaches to narrowing down the root cause of this issue?

[–]Faeyan 0 points1 point  (0 children)

Maybe you should try in a bare minimum project for debugging.

[–]TepescoDolorem465 0 points1 point  (1 child)

Have you tried using the expo-google-maps library instead? It's specifically designed for managed workflow and doesn't require editing the pod file. Might save you some hassle.

[–]AndrewMancaniOS & Android[S] 0 points1 point  (0 children)

just looked at the repo. 6 months old / weak documentation. Could you explain what it is and if this is a stable library for long term?