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
I'm using react-native-draggable (thanks for sharing this) to show an Avatar at the top of my screen. So I created a Draggable component and passed my avatar in children. Everything works fine, until now.
However, I would like my (draggable) avatar to "appear" in a specific position (let's say on y=300, and then move automatically to y=0). I've tried with Animated API, but the component does not respond.
Is that possible?
Thanks,
Nektarios
The text was updated successfully, but these errors were encountered:
Hi,
I'm using react-native-draggable (thanks for sharing this) to show an Avatar at the top of my screen. So I created a Draggable component and passed my avatar in children. Everything works fine, until now.
However, I would like my (draggable) avatar to "appear" in a specific position (let's say on y=300, and then move automatically to y=0). I've tried with Animated API, but the component does not respond.
Is that possible?
Thanks,
Nektarios
The text was updated successfully, but these errors were encountered: