Skip to content

Release 1.10.0

Compare
Choose a tag to compare
@seniv seniv released this 21 Jul 09:46
· 80 commits to main since this release

1.10.0 (2024-07-21)

Features

  • use FullWindowOverlay from react-native-screens to display notifier above native modals (e72e1e8)
  • allow to pass ref into NotifierWrapper component (4bff0bb)
  • export QueueMode and ShowNotificationParams types (6c598c1)

BREAKING CHANGES

  • Touchable* and Pressable components imported from react-native will not work in custom components. They need to be replaced with equivalent components from react-native-gesture-handler.