Skip to content

Add opaqueOverride option to prop object handling #326

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Krisztiaan
Copy link

When using react-native-reanimated, this library will spread, and traverse SharedValue and DerivedValue objects, causing a warning due to render-time access to reanimated value.

This addition let's the user add opaqueOverride, so that they can tell the comparator and logger not to bother deep checking certain stuff.

Currently I'm getting a console grouping warning in the app while testing, going to have to take a look at that, hence the draft.

Also, this might slightly but not necessarily conflict with having custom comparator override.

@Krisztiaan Krisztiaan force-pushed the add-opaque-prop-escape-hatch branch from bcc1e1a to 455bc86 Compare August 10, 2025 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant