Skip to content
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

ERROR: Cannot read property 'bubblingEventTypes' of null #3393

Closed
4 of 7 tasks
minhnc opened this issue Nov 15, 2024 · 7 comments
Closed
4 of 7 tasks

ERROR: Cannot read property 'bubblingEventTypes' of null #3393

minhnc opened this issue Nov 15, 2024 · 7 comments
Labels
bug a bug in one of the components waiting-for-response

Comments

@minhnc
Copy link

minhnc commented Nov 15, 2024

Description

Hi there, Im trying to run demo app, it all works perfectly on iOS but got error in Android

Cannot read property 'bubblingEventTypes' of null

Error is related to https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/FeatureHighlightScreen.tsx

Related to

  • Components
  • Demo
  • Docs
  • Typings

Steps to reproduce

  • pull sample code and run with latest React Native 0.76

Expected behavior

Actual behavior

More Info

Code snippet

Screenshots/Video

Screenshot_1731646696

Environment

  • React Native version: 0.76.2
  • React Native UI Lib version: 7.34.0

Affected platforms

  • Android
  • iOS
  • Web
@minhnc minhnc added the bug a bug in one of the components label Nov 15, 2024
@adids1221
Copy link
Contributor

adids1221 commented Dec 17, 2024

Hi @minhnc does this issue reproduced on RN 0.73?
Currently we are supporting RN 0.73, we will try to figure this issue.

@minhnc
Copy link
Author

minhnc commented Dec 18, 2024

Hi @adids1221, it happens on RN 0.76 with legacy architecture. I tried with 0.73 and got the same. Thanks!

@adids1221
Copy link
Contributor

Hi @minhnc , since HighlighterView is an native component you should check your native "side".
Try to gradle clean before running the android app: (StackOverflow)

./gradlew clean build (Mac and Linux) -With ./

gradlew clean build (Windows) -Without ./

I'm running RN 0.73 on Pixel 6 API 33 and I didn't managed to reproduce the issue.

@minhnc
Copy link
Author

minhnc commented Dec 18, 2024

Thanks @adids1221. I pretty sure did clean cache/gradle many times. Will try again.
But curious any timeline when this lib can support latest RN 0.76? Thanks!

@adids1221
Copy link
Contributor

You welcome mate @minhnc 😃 .
We don't have an ETA at the moment.

Please update after you try again, if we can close the ticket.

@minhnc
Copy link
Author

minhnc commented Dec 19, 2024

@adids1221 It seems working fine with 0.73. Unfortunately, due to some constraints I cannot go any lower than 0.75.
Please close this ticket, I'll wait for updates and try again with latest RN. Thank you!

@minhnc minhnc closed this as completed Dec 19, 2024
@adids1221
Copy link
Contributor

We will update soon as we will upgrade the RN version.
You welcome, thank you @minhnc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in one of the components waiting-for-response
Projects
None yet
Development

No branches or pull requests

2 participants