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
When overriding the animations to allow for toasts to enter from the bottom of the screen, we cannot use the swipeEnabled prop. When it is turned on, the swiping is still implemented as if the toast is on the top of the screen, so swiping up dismisses the toast (not down, as would intuitively make sense). Can we have the ability to either switch or override the swipe gesture direction?
Screen.Recording.2025-02-27.at.9.23.09.PM.mov
The text was updated successfully, but these errors were encountered:
Hey, @henrymgarrett, you can try to use the new release candidate version of the library, it contains a lot of changes, but most importantly, it can display the notification at the bottom of the screen with swipe feature working as intended.
Don't worry, it is stable enough to use in Production, and the only reason that it isn't released yet is that I didn't have time to finish the documentation.
When overriding the animations to allow for toasts to enter from the bottom of the screen, we cannot use the
swipeEnabled
prop. When it is turned on, the swiping is still implemented as if the toast is on the top of the screen, so swiping up dismisses the toast (not down, as would intuitively make sense). Can we have the ability to either switch or override the swipe gesture direction?Screen.Recording.2025-02-27.at.9.23.09.PM.mov
The text was updated successfully, but these errors were encountered: