React Native Notifier Versions Save

Fast and simple in-app notifications for React Native

v1.9.0

1 year ago

1.9.0 (2022-07-12)

Features

  • add onShown callback parameter (a3aefcd)

v1.8.0

2 years ago

1.8.0 (2022-04-30)

Features

v1.7.1

2 years ago

1.7.1 (2021-08-12)

Bug Fixes

  • fixed path of type declarations (2c7c78d)

v1.7.0

2 years ago

1.7.0 (2021-08-09)

Features

  • add new "translucentStatusBar" param (be7498a)

v1.6.1

3 years ago

1.6.1 (2021-02-19)

Bug Fixes

  • fixed type declarations of Notifier and NotifierRoot (e9de5f0)

v1.6.0

3 years ago

1.6.0 (2021-02-18)

Features

  • ability to set containerStyle for Notification component (c8f4ec1)

v1.5.0

3 years ago

1.5.0 (2021-02-14)

Features

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

v1.4.0

3 years ago

1.4.0 (2021-02-08)

Features

  • Add method to clear notification queue (63b3407)

v1.3.2

3 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

v1.3.1

3 years ago

1.3.1 (2020-06-16)

Bug Fixes

  • reset hide timer based on PanGestureHandler state (2bc5f36) Thanks to @diegolmello