We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the reanimated page of the documentation, it is mentioned that we need to use innerRef on the canvas component.
innerRef
This seems to lead to 2 issues:
Canvas
useSharedValueEffect
null
Changing innerRef to ref changes the 2 issues in my codebase.
ref
Please let me know if you'd like me to create a PR to fix the 2 issues mentioned above.
This is probably a regression since this issue appeared when I upgraded from 0.1.80 to 0.1.103
The text was updated successfully, but these errors were encountered:
Fix Shopify#188: Update reanimated docs for refs
76b2ea3
fixed by #190
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When using the reanimated page of the documentation, it is mentioned that we need to use
innerRef
on the canvas component.This seems to lead to 2 issues:
Canvas
componentuseSharedValueEffect
gets anull
ref and doesn't know how to handle thatChanging
innerRef
toref
changes the 2 issues in my codebase.Please let me know if you'd like me to create a PR to fix the 2 issues mentioned above.
This is probably a regression since this issue appeared when I upgraded from 0.1.80 to 0.1.103
The text was updated successfully, but these errors were encountered: