Releases: backpackapp-io/react-native-toast
Releases · backpackapp-io/react-native-toast
Release 0.13.0
Release 0.12.1
Release 0.12.0
0.12.0 (2024-11-12)
Bug Fixes
- add option to turn off this functionality (60f3c9a)
- overlay blocks accessability (screen reader) (c24706d)
- removed packageManager from package.json (1b15a5b)
- toast keyboard offset (d2461da)
- update to allow for more granular customizability (9afd9c7)
Features
- add all animation controls under animationConfig prop (de127e6)
Release 0.11.0
Release 0.10.0
0.10.0 (2023-08-29)
Bug Fixes
- apply styles when creating toast (8be12e8)
- fix bad function pass in reanimated (c1098b2)
- update links to readme and expo cmd (7d946e4)
- update package.json to allow for any packages greater than least tested version (bdb5936)
- update version (cc4cf9a)
Features
- upgrade example app to expo 49 (d6af9fd)
v0.9.0
- Support for rendering in native modal
- Support for event handler callbacks (tap, show, hide)
- Bug fixes