Releases: backpackapp-io/react-native-toast
Releases · backpackapp-io/react-native-toast
Release 0.15.1
02 Nov 23:06
Compare
Sorry, something went wrong.
No results found
0.15.1 (2025-11-02)
Bug Fixes
Features
Add globalLimit prop to control maximum visible toasts per provider (#76 ) (71056f7 )
Release 0.15.0
21 Oct 01:18
Compare
Sorry, something went wrong.
No results found
0.15.0 (2025-10-21)
Bug Fixes
properly implement global defaults for position and animationType (9f94c32 )
remove hardcoded position default to enable global defaults (aceb1e4 )
Features
add fade animation, defaultPosition, and defaultDuration props (780cbab )
add new features to example app (55a86d1 )
redesign example app with accordion UI and global defaults demo (13eb729 )
Release 0.14.0
23 Apr 17:18
Compare
Sorry, something went wrong.
No results found
0.14.0 (2025-04-23)
Bug Fixes
Add type export to fix strict JS compilers (01e9f54 )
Fix android safe area bug. Note If you are already doing this, you can opt out by passing fixAndroidInsets={false} as a prop to your <Toasts /> component.
Features
onPress, onHide, onShow toast props now! Example Usage
More positions! BOTTOM_RIGHT, BOTTOM_LEFT, TOP_RIGHT, TOP_LEFT
allow config of max width (#54 ) (adb8658 )
allow for custom components in toast message (#52 ) (31e4a59 )
Release 0.13.0
27 Nov 02:00
Compare
Sorry, something went wrong.
No results found
0.13.0 (2024-11-27)
Bug Fixes
update readme with documentation (cef7002 )
Features
Release 0.12.1
13 Nov 15:46
Compare
Sorry, something went wrong.
No results found
0.12.1 (2024-11-13)
Bug Fixes
convert absolute imports with 'src/*' to relative imports on Toasts.tsx file (a9adbc7 )
Release 0.12.0
12 Nov 20:23
Compare
Sorry, something went wrong.
No results found
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
18 Jun 02:00
Compare
Sorry, something went wrong.
No results found
0.11.0 (2024-06-18)
Bug Fixes
constrain width to 360 on large devices (89a2075 )
extraInsets do not apply to bottom position (04a19d6 )
ghost toast when swiping to dismiss (c529d0f )
ghost toast when swiping to dismiss [updated formatting] (798f515 )
Features
add default styles, customize animations, multiline toast support (183c6c3 )
add isSwipeable boolean to control individual swipes on toast (d2b2bc5 )
Release 0.10.0
29 Aug 12:14
Compare
Sorry, something went wrong.
No results found
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
20 Jun 20:50
Compare
Sorry, something went wrong.
No results found
Support for rendering in native modal
Support for event handler callbacks (tap, show, hide)
Bug fixes
Release 0.8.0
23 Jul 13:45
Compare
Sorry, something went wrong.
No results found
0.8.0 (2022-07-23)
Bug Fixes
default width to 360 if large, update readme, add numberOfLines prop to text (0a0b86e )
update dimensions of custom toast, update readme (7d0d641 )
Features