-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(NOBRIDGE) ERROR Warning: TypeError: Cannot read property 'bubblingEventTypes' of null | Getting in new architecture #1352
Comments
{ newArchEnabled=true |
steps to reproduce
|
Make sure you did run |
i was running for android only from windows |
Did you find any solution?.. I'm getting the same error but for iOS. |
No , i think issue is only if you enable the newArchitecture of react native |
I'm using Even if you’re not using Reanimated directly, it might be worth installing it. If you do install Reanimated, don't forget to add In my case, I was able to resolve the issue by following these steps:
|
This issue persist even when
There is most likely a version mismatch somewhere within the dependencies. Here are my versions:
If the above does not work for you, try installing |
I am also facing the issue, Can anyone give me the solution to this |
I've been struggling with this issue for the past one hour, I've realized removing the provider={PROVIDER_GOOGLE} prop the map works just fine, which is unfortunated cause the maps on iOS are not all that. Hope this helps someone else. |
adding the prop |
Thanks, it fixes the problem |
Hey @maukoese, did you find a way to switch provider to google |
(NOBRIDGE) ERROR Warning: TypeError: Cannot read property 'bubblingEventTypes' of null
This error is located at:
in AutoLayoutView (created by AutoLayoutView)
in AutoLayoutView (created by ScrollComponent)
in RCTView (created by View)
in View (created by ScrollComponent)
in RCTView (created by View)
in View (created by ScrollView)
in RCTScrollView (created by ScrollView)
in ScrollView (created by ScrollView)
in ScrollView (created by ScrollComponent)
in ScrollComponent (created by ProgressiveListView)
in ProgressiveListView (created by StickyContainer)
in RCTView (created by View)
in View (created by StickyContainer)
in StickyContainer (created by FlashList)
in FlashList (created by App)
in RCTView (created by View)
in View (created by App)
in App
in RCTView (created by View)
in View (created by AppContainer)
in RCTView (created by View)
in View (created by AppContainer)
in AppContainer
in AwesomeProject(RootComponent)
The text was updated successfully, but these errors were encountered: