Replies: 2 comments
-
Same |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also encounter this exact same problem - library version 2.8.0. Upgrading the library to 2.17.0 did not work, despite the code at the relevant line being wrapped in a |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hey everyone,
I just upgraded react-native-reanimated to 2.8.0 from 1.7.0. We are using callstack/repack for bundling which uses webpack under the hood (I don't think it matters) and reanimated babel plugin is used last.
I reduced our app to just a simple
<View />
with<Text>
so none of the reanimated APIs are actually used.React Native 0.68.1
Hermes: 0.11
App builds fine, javascript builds fine, there are no errors in any console, but when I touch the app anywhere it crashes.
EventHandlerRegistry.cpp
line 52:auto eventObject = jsi::Value::createFromJsonUtf8(
Anyone has any ideas what could it be or what to debug next?
Thread 1: EXC_BAD_ACCESS (code=1, address=0x41b5d5fc)
Call stack:

Local variables:

Double checking in console:

Beta Was this translation helpful? Give feedback.
All reactions