React Native/Expo: Cannot read property 'bubblingEventTypes' of null
I always get this error ERROR Warning: TypeError: Cannot read property 'bubblingEventTypes' of null when I add provider: {PROVIDER_GOOGLE} on my MapView Here is my code, I use gluestack-ui as UI library that is why I'm using Box as View:…