-
Notifications
You must be signed in to change notification settings - Fork 448
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
ReferenceError: Property 'SkiaApi' doesn't exist, js engine: hermes #2039
Comments
I'm using a bare react native app, and this is happening to me too. "react-native": "0.72.6", |
in my case it shows up after my app tries to recover from an error boundary. reloading the app fixes it. |
Same for me! |
same |
I changed from bun to yarn and it's gone. |
I use yarn and still get the error
…On Thu, Jan 18, 2024 at 4:41 AM Bunyasit Fang ***@***.***> wrote:
I changed from bun to yarn and it's gone.
—
Reply to this email directly, view it on GitHub
<#2039 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALCDP54J4AT635LIPXLZB3YPEKBPAVCNFSM6AAAAABAN6AK32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJYGQYDQNZRG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This bug is super annoying. Is there any way I can help get this fixed? |
@wcandillon are you able to reproduce this issue? |
@chrfalch watcha thinkn? Can I help in any way? |
Does anyone on this thread have any tips on where I can start on fixing this? |
I did not had this problem again, maybe because I upgraded to the latest version of skia and expo and reanimated? I am not sure why but I would try upgrading all libs involved first |
@bj97301 please send us a small project where we can reproduce the issue. |
It did eventually go away from me after updating tons of libs as well. Seems like the same happened for @christophemenager |
I encountered this today after updating Expo from 50 to 51 and updating a few other dependencies as well. I could only surface the error twice or so (full reloading on iOS), and haven't been able to resurface it since. If I can reliably reproduce it, I'll try to distill and send a small reproduction repo. |
Running into this issue :(. It happens VERY consistently for me, I'm unable to reload my apps (pressing
Running expo-doctor via Anyone have any idea of potential workarounds? |
I was able to reproduce the error consistently so I created a project and uploaded it to a public repository here
|
any updates on this ? I am facing the same issue after activate the new Architecture |
same problem |
Facing the same problem as well |
Same problem |
Description
I get this randomly when saving and auto-refreshing in expo 49 with ios. android seems to work fine.
Version
1.0.4
Steps to reproduce
hit save on a js file then wait for the app to reload.
expected: no error
actual: ReferenceError: Property 'SkiaApi' doesn't exist, js engine: hermes
Snack, code example, screenshot, or link to a repository
should be happening to most people's projects. If not ill whip up a snack.
The text was updated successfully, but these errors were encountered: