You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I'm trying to add a simple abstraction that lets people swap out the driver for the Sheet implementation (before it's hardcoded to React Animated). See here:
This works now mostly, but of course it confuses the reanimated plugin because it's not a direct call of useAnimatedStyle.
In the past though I've gotten things working without the plugin, or at least I think I have given I didn't have it set up and I could animate. Would love to chat with anyone to help debug getting this down as it's one of the last blockers for releasing v1.
You can see the new functions for the driver here:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm fairly into the weeds integrating reanimated with Tamagui, you can see some of it here:
Now I'm trying to add a simple abstraction that lets people swap out the driver for the
Sheet
implementation (before it's hardcoded to React Animated). See here:This works now mostly, but of course it confuses the reanimated plugin because it's not a direct call of
useAnimatedStyle
.In the past though I've gotten things working without the plugin, or at least I think I have given I didn't have it set up and I could animate. Would love to chat with anyone to help debug getting this down as it's one of the last blockers for releasing v1.
You can see the new functions for the driver here:
Beta Was this translation helpful? Give feedback.
All reactions