React Native Notifier Versions Save

Fast and simple in-app notifications for React Native

v1.3.0

3 years ago

1.3.0 (2020-06-14)

Features

v1.2.0

3 years ago

1.2.0 (2020-06-03)

Features

  • Ability to limit the number of lines of title and description in default components (4b7e815)

v1.1.2

4 years ago

1.1.2 (2020-05-23)

Bug Fixes

  • fixed notification position on web (8576612)

v1.1.1

4 years ago

1.1.1 (2020-05-22)

Bug Fixes

  • fixed problem when component not hides completely (54260ce)

v1.1.0

4 years ago

1.1.0 (2020-05-17)

Features

  • merge componentProps with default params instead of replacing it (2db958b)

v1.0.0

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)

v0.2.2

4 years ago

0.2.2 (2020-04-23)

Bug Fixes

  • Fix MainComponent's SafeAreaView on iOS 10 (6cbd1f4)

v0.2.1

4 years ago

0.2.1 (2020-04-02)

v0.2.0

4 years ago

0.2.0 (2020-03-24)

Features