Using Overlay component on iOS makes app crash using SDK 27, with following error
Invariant Violation: Native component for “AIRGoogleMapOverlay” does not exist.
Please check following snack, reproducing the problem: https://snack.expo.io/@karlas/mapview-overlay-fail
I found this recent issue on react-native-maps: https://github.com/react-community/react-native-maps/issues/2109, which seems to be resolved
It didnt work neither on previous Expo SDK versions, but according on the changelog of last react-native-maps (https://github.com/react-community/react-native-maps/releases), it seems it should work for SDK 27.
On Android, all works fine.
Any clue?
Thanks in advance