(NOBRIDGE) ERROR Warning: TypeError: Cannot read property 'bubblingEventTypes' of null
This error is located at:
in AIRGoogleMap (created by MapView)
in MapView (created by App)
in RCTView (created by View)
in View (created by App)
in App
in Unknown (created by Route(explore))
in Suspense (created by Route(explore))
in Route (created by Route(explore))
in Route(explore) (created by SceneView)
in StaticContainer
in EnsureSingleNavigator (created by SceneView)
in SceneView (created by BottomTabNavigator)
React Native Maps Version
1.18.0
What platforms are you seeing the problem on?
iOS (Google Maps)
React Native Version
0.76.2
What version of Expo are you using?
Not using Expo
Device(s)
Iphone 16 pro max (ios 18.1), snack emulator for iphone 16 pro
Summary
When using
provider="google"
on an ios device, the map errors out.Reproducible sample code
Reproducible on Snack: https://snack.expo.dev/HmvsU5kdanjZ3xj634vGx?platform=ios
Steps to reproduce
Add in a
MapView
withprovider="google"
.Expected result
The map to work
Actual result
Error screen
React Native Maps Version
1.18.0
What platforms are you seeing the problem on?
iOS (Google Maps)
React Native Version
0.76.2
What version of Expo are you using?
Not using Expo
Device(s)
Iphone 16 pro max (ios 18.1), snack emulator for iphone 16 pro
Additional information
No response