Skip to content

Release 0.14.0

Choose a tag to compare

@nickdebaise nickdebaise released this 23 Apr 17:18
· 12 commits to master since this release

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)