-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Missing infoThe user didn't precise the problem enoughThe user didn't precise the problem enoughMissing reproThis issue need minimum repro scenarioThis issue need minimum repro scenarioPlatform: iOSThis issue is specific to iOSThis issue is specific to iOS
Description
Description
After upgrading to React Native 0.81, apps using Reanimated 3.19.0 crash immediately on iOS startup with the following runtime error:
libc++abi: terminating due to uncaught exception of type facebook::jsi::JSError: Cannot read property 'bind' of undefined
TypeError: Cannot read property 'bind' of undefined
at valueUnpacker_reactNativeReanimated_valueUnpackerTs1 (valueUnpacker:1:875)
Steps to reproduce
- Use React Native 0.81 with Reanimated 3.19.0.
- Ensure Hermes is enabled (default).
- Import any Reanimated hook or animation (e.g. useAnimatedStyle or withTiming).
- Observe the crash upon fresh install and run with the errorCannot read property 'bind' of undefined.
Snack or a link to a repository
NA
Reanimated version
3.19.0
Worklets version
NA
React Native version
0.81.4
Platforms
iOS
JavaScript runtime
Hermes
Workflow
None
Architecture
None
Build type
Debug app & dev bundle, Debug app & production bundle
Device
iOS simulator
Host machine
macOS
Device model
iPhone 16 Plus
Acknowledgements
Yes
Metadata
Metadata
Assignees
Labels
Missing infoThe user didn't precise the problem enoughThe user didn't precise the problem enoughMissing reproThis issue need minimum repro scenarioThis issue need minimum repro scenarioPlatform: iOSThis issue is specific to iOSThis issue is specific to iOS