ReanimatedV2 and Android #1937
Unanswered
megantaylor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like JSC support for Android was added in v2.1.0 but the docs have not been updated to reflect any required setup or removal steps.
I am working on a react native project in a bare Expo workflow, but we don't want to use Hermes because it will break OTA updates with Expo Updates. I was very happy to see JSC support has been added! However I had already followed the installation instructions for using Reanimated with Hermes on Android for testing locally.
I turned off the Hermes engine, but am wondering if I still need the override in MainApplication.java? Or can I get rid of that? Are there any other steps required? I get this error on iOS and Android:
ReferenceError: Can't find variable: _setGlobalConsole
On iOS i can just dismiss it but on Android it seems to crash the Expo client.
I double-checked my babel config and cleared all the caches as described in various issues on the subject, but the error (and crash on Android) persists.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions