Skip to content

Releases: seniv/react-native-notifier

Release 1.3.2

24 Aug 08:46
Compare
Choose a tag to compare

1.3.2 (2020-08-24)

Bug Fixes

  • set zIndex to 2 to render notification above the modal (1b1846e) fixes #19

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

Release 1.3.1

16 Jun 18:59
Compare
Choose a tag to compare

1.3.1 (2020-06-16)

Bug Fixes

Release 1.3.0

14 Jun 14:33
Compare
Choose a tag to compare

1.3.0 (2020-06-14)

Features

  • Ability to change image styles of Notification component (4a99626)
  • Ability to customize the title and description styles of Notification and Alert components (a30e2bc and f0aa0f1) Thanks to @MohamadKh75

Release 1.2.0

03 Jun 18:14
Compare
Choose a tag to compare

1.2.0 (2020-06-03)

Features

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

Release 1.1.2

23 May 22:43
Compare
Choose a tag to compare

1.1.2 (2020-05-23)

Bug Fixes

  • fixed notification position on web (8576612)

Release 1.1.1

22 May 22:23
Compare
Choose a tag to compare

1.1.1 (2020-05-22)

Bug Fixes

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

Release 1.1.0

17 May 22:25
Compare
Choose a tag to compare

1.1.0 (2020-05-17)

Features

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

Release 1.0.0

13 May 00:27
d8cf054
Compare
Choose a tag to compare

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)

Release 0.2.2

23 Apr 16:06
Compare
Choose a tag to compare

0.2.2 (2020-04-23)

Bug Fixes

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

Release 0.2.1

02 Apr 22:16
Compare
Choose a tag to compare

0.2.1 (2020-04-02)