react-native-notifier

Fast and simple in-app notifications for React Native

MIT License

Downloads
24.9K
Stars
1.1K
Committers
4

Bot releases are visible (Hide)

react-native-notifier - Release 2.0.0 Latest Release

Published by seniv 3 months ago

2.0.0 (2024-07-21)

Bug Fixes

  • fix the first display of notification when using omitGlobalMethodsHookup.

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.
react-native-notifier - Release 1.10.0

Published by seniv 3 months ago

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.
react-native-notifier - Release 1.9.0

Published by seniv over 2 years ago

1.9.0 (2022-07-12)

Features

  • add onShown callback parameter (a3aefcd)
react-native-notifier - Release 1.8.0

Published by seniv over 2 years ago

1.8.0 (2022-04-30)

Features

react-native-notifier - Release 1.7.1

Published by seniv about 3 years ago

1.7.1 (2021-08-12)

Bug Fixes

  • fixed path of type declarations (2c7c78d)
react-native-notifier - Release 1.7.0

Published by seniv about 3 years ago

1.7.0 (2021-08-09)

Features

  • add new "translucentStatusBar" param (be7498a)
react-native-notifier - Release 1.6.1

Published by seniv over 3 years ago

1.6.1 (2021-02-19)

Bug Fixes

  • fixed type declarations of Notifier and NotifierRoot (e9de5f0)
react-native-notifier - Release 1.6.0

Published by seniv over 3 years ago

1.6.0 (2021-02-18)

Features

  • ability to set containerStyle for Notification component (c8f4ec1)
react-native-notifier - Release 1.5.0

Published by seniv over 3 years ago

1.5.0 (2021-02-14)

Features

  • Strongly type componentProps param depending on the Component's props & improve other types (6bdb6a2)
react-native-notifier - Release 1.4.0

Published by seniv over 3 years ago

1.4.0 (2021-02-08)

Features

  • Add method to clear notification queue (63b3407)
react-native-notifier - Release 1.3.2

Published by seniv about 4 years ago

1.3.2 (2020-08-24)

Bug Fixes

To render the notification above the Modal make sure that you've passed coverScreen={false} to the Modal.
Example code: https://github.com/seniv/react-native-notifier/blob/e89f61027bb46db9d842a3e5df8e104ac1464422/example/src/App.tsx#L122

react-native-notifier - Release 1.3.1

Published by seniv over 4 years ago

1.3.1 (2020-06-16)

Bug Fixes

  • reset hide timer based on PanGestureHandler state (2bc5f36) Thanks to @diegolmello
react-native-notifier - Release 1.3.0

Published by seniv over 4 years ago

1.3.0 (2020-06-14)

Features

react-native-notifier - Release 1.2.0

Published by seniv over 4 years ago

1.2.0 (2020-06-03)

Features

  • Ability to limit the number of lines of title and description in default components (4b7e815)
react-native-notifier - Release 1.1.2

Published by seniv over 4 years ago

1.1.2 (2020-05-23)

Bug Fixes

  • fixed notification position on web (8576612)
react-native-notifier - Release 1.1.1

Published by seniv over 4 years ago

1.1.1 (2020-05-22)

Bug Fixes

  • fixed problem when component not hides completely (54260ce)
react-native-notifier - Release 1.1.0

Published by seniv over 4 years ago

1.1.0 (2020-05-17)

Features

  • merge componentProps with default params instead of replacing it (2db958b)
react-native-notifier - Release 1.0.0

Published by seniv over 4 years ago

Features

  • New Alert component (bb3e409)
  • All props passed to NotifierWrapper or NotifierRoot will be used as default params of showNotification function (ce4edc7)
  • Queue mode (0a4b462)
  • onHidden param (5bcae2a)

Breaking changes

  • Rename param onHide to onStartHiding (9e1c924)
  • Move imageSource param to componentProps.imageSource (bb3e409)
  • Rename MainComponent to NotificationComponent (bb3e409)
react-native-notifier - Release 0.2.2

Published by seniv over 4 years ago

0.2.2 (2020-04-23)

Bug Fixes

  • Fix MainComponent's SafeAreaView on iOS 10 (6cbd1f4)
react-native-notifier - Release 0.2.1

Published by seniv over 4 years ago

0.2.1 (2020-04-02)