how to wrap Snackbar component with Reanimated? #4476
Unanswered
homocodian
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.
Uh oh!
There was an error while loading. Please reload this page.
-
these are not working
Invariant Violation: Looks like you're passing a function component Snackbar to createAnimatedComponent function which supports only class components. Please wrap your function component with React.forwardRef() or use a class component instead.
OR
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
I want to implement swipe left or right or down to dismiss the snackbar
Beta Was this translation helpful? Give feedback.
All reactions