Skip to content

Releases: seniv/react-native-notifier

Release 2.0.0

21 Jul 15:05
Compare
Choose a tag to compare

2.0.0 (2024-07-21)

Bug Fixes

  • fix the first display of notification when using useRNScreensOverlay.

Code Refactoring

  • remove SafeContainer component (dbaf80f)

Features

  • add omitGlobalMethodsHookup prop to NotifierWrapper/NotifierRoot to skip global Notifier methods hookup. Details. (c8e3c2b)
  • export NotifierProps type (a827354)

BREAKING CHANGES

  • Built-in components will not work correctly on iOS 10. Since React Native v0.65 and above only support iOS 11 and later, this should not be a problem. If you need iOS 10 support, use SafeAreaView from react-native-safe-area-context as the component container.
  • useRNScreensOverlay and rnScreensOverlayViewStyle do not work as showNotification params. Pass them as props to NotifierRoot or NotifierWrapper
  • 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.

Release 1.10.0

21 Jul 09:46
Compare
Choose a tag to compare

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.

Release 1.9.0

12 Jul 10:04
Compare
Choose a tag to compare

1.9.0 (2022-07-12)

Features

  • add onShown callback parameter (a3aefcd)

Release 1.8.0

30 Apr 17:39
Compare
Choose a tag to compare

1.8.0 (2022-04-30)

Features

Release 1.7.1

12 Aug 16:57
Compare
Choose a tag to compare

1.7.1 (2021-08-12)

Bug Fixes

  • fixed path of type declarations (2c7c78d)

Release 1.7.0

09 Aug 21:25
Compare
Choose a tag to compare

1.7.0 (2021-08-09)

Features

  • add new "translucentStatusBar" param (be7498a)

Release 1.6.1

19 Feb 16:31
Compare
Choose a tag to compare

1.6.1 (2021-02-19)

Bug Fixes

  • fixed type declarations of Notifier and NotifierRoot (e9de5f0)

Release 1.6.0

18 Feb 10:56
Compare
Choose a tag to compare

1.6.0 (2021-02-18)

Features

  • ability to set containerStyle for Notification component (c8f4ec1)

Release 1.5.0

14 Feb 09:29
Compare
Choose a tag to compare

1.5.0 (2021-02-14)

Features

  • Strongly type componentProps param depending on the Component's props & improve other types (6bdb6a2)

Release 1.4.0

08 Feb 22:23
Compare
Choose a tag to compare

1.4.0 (2021-02-08)

Features

  • Add method to clear notification queue (63b3407)