You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an issue while trying to build my app with Hermes. My app works fine when the Hermes Engine is not turned on. However, when I turn it on, my app ceases to work: when I try to launch the app, all it shows is a white screen and a grey navigation bar (none of the components are loaded) and no calls from within the app itself (initialization calls, for example) are being made.
I am using React Native 0.61 and am testing on a LG V20.
In my logs it says this: "libjsc.so not found" and that is the last log output from my app.
Any help would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I am having an issue while trying to build my app with Hermes. My app works fine when the Hermes Engine is not turned on. However, when I turn it on, my app ceases to work: when I try to launch the app, all it shows is a white screen and a grey navigation bar (none of the components are loaded) and no calls from within the app itself (initialization calls, for example) are being made.
I am using React Native 0.61 and am testing on a LG V20.
In my logs it says this: "libjsc.so not found" and that is the last log output from my app.
Any help would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: