gluestack-ui
gluestack-ui copied to clipboard
Toast with Custom Animations
Description
It would be nice to be able to customize the enter/exit animations for a toast component. It's very limited in it's functionality right now.
Problem Statement
Customizing the animation (fade vs slide) would provide more flexibility for the users to customize their toast messages
Proposed Solution or API
Allow the user to pass animation props into the toast.show or useToast
Alternatives
You could use a separate library like react-native-notifier
Additional Information
No response