-
Notifications
You must be signed in to change notification settings - Fork 297
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 |
Me pasaba lo mismo. |
Context: Conclusion: |
Solved with this surajitsarkar19/react-native-radial-gradient#49 (comment). I hope it helps. |
I'm having the same problem |
For me it was giving same error and I followed below step : (Assuming API is properly setup)
After running these 2 commands i deleted Android and Ios folders and ran
then selected " after that selected |
Could someone possibly help me with a solution? |
I also got same issue, tried all above suggestions but no luck |
Try Uninstalling the app..and then rebuild the project.Worked for me. |
Rollback to old React-Native (under 0.75.4) as the new 0.76 use a new architecture which most of libraries are not yet updated and it throws this problem. |
Decided to switch back to FlatList until this issue will be resolved |
Any Updates on this? |
+1 |
I figured out after several trial and error that this was also a problem from patches of different libraries. Might be worth looking if you have applied patches over node_modules libraries. |
It is a lie that shopify is not working with RN's new architecture. Just do a pod install after installing the FlashList library. This fixed it for me. Source that FlashList works with RN's new architecture: |
if you are using expo do not use NPX expo install. Just install the latest version and it should work fine. |
Looks like the issue persists for me. Both on andriod and ios device build. weird |
I had this issue and it was resolved by:
not sure if it wil help for you |
(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: