Releases: calintamas/react-native-toast-message
Releases · calintamas/react-native-toast-message
v1.3.5
v1.3.4
v1.3.3
Fixed
position: bottom
, damping value must be grater than 0 error #41 (juliancwirko in #48)
v1.3.2
v1.3.1
Fixed
- Fix typescript import err
v1.3.0
Added
- Render custom toast types using a
config
prop - A default
info
type toast onShow
andonHide
callbacks when usingToast.show({ onShow, onHide })
Changed
autoHide
is nowtrue
by default
Removed
renderSuccessToast
andrenderErrorToast
props are no longer relevant, so they were removed
Fixed
onHide
is called when the toast is dismissed by a swipe gesture
v1.2.3
v1.2.2
Added
- Swipe to dismiss gesture