Skip to content

Releases: seniv/react-native-notifier

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)

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)