Replies: 1 comment 1 reply
-
sorry added this to the wrong repo, it was meant for moti 🤦 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi thanks for making this library, it makes animating really simple
Is it possible to access the "pressed" state in MotiPressable in the transition prop, without wrapping around a view and using a hook?
Currently trying to make a PressableOpacity that animates quickly on press, and slowly on release, similar to iOS native topBar buttons
The preference for not using an inner view is to avoid potential issues with handling nested flex styles
iOS button (fast on press, slow on release):
Beta Was this translation helpful? Give feedback.
All reactions