-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] RN 0.76 / New arch: Unsupported top level event type "topBlurhashLoadStart" dispatched #199
Comments
Guten Tag, Hans here! 🍻 Looks like you might be running into a valid issue with your setup. However, to help mrousavy get to ze bottom of this, we need more specific logs from your app. Please share the logs you can find in Android Studio or use
|
Thanks Hans :D I do not see a lot of additional details in adb logs, only this:
|
any solution ? |
This should fix it #200 |
Bug
Describe the bug
When running this library with React Native 0.76 and new arch enabled, this error is displayed:
Unsupported top level event type "topBlurhashLoadStart" dispatched
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Everything works as expected, without errors
Screenshots
(Optional) Proposed solution
The correct fix is probably to continue #148 and support Fabric in the library, but maybe this can be fixed by updating the non-fabric code to keep it compatible with the interop layer. Unfortunately I am not familiar enough with it to open a PR.
Environment
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: