Releases: arnnis/react-native-toast-notifications
Releases · arnnis/react-native-toast-notifications
v3.4.0
- New global API. (docs). the old ref method should still work, no breaking change.
- Web: fix scroll issue (by #174)
- Fix button inside toast not clickable on Android (by #162 )
- Added ToastOptions to exports (by #166)
- Fix side of toast are not clickable (by #168)
- Access isOpen method with typescript (by #169 )
- Upgrade example app to use Expo 49 (by #175)
- fix issue with notch devices (by #167)
- Web: add
user-select: none
to fix swipe
v3.3.0
- Support
isOpen
method to check if a toast is currently open - Support
placement: 'center'
(by #135) - Fix animation bug: when calling show just after hide or hideAll (by #114)
- Toast won't affect components to the side of the toast (by #126)
- Use material color as default colors
- Fix new duration is not applied after toast.update (by #137)
v3.2.3
v3.2.2
v3.2.0
v3.1.1
v3.1.0
v3.0.1
v3.0.0
- Swipe to close support.
- Custom type support. Implement your own toast component and render it as you wish.
- New zoom-in animation. use
animationType
property. - Ability to customize animation duration
- Ability to set placement in show method.
- JSDocs documentations
- Deployed react-native-web demo to gh-pages
- Added hideAll method.
- Refactored example app
- Other minor bug fixes