Releases: seniv/react-native-notifier
Releases · seniv/react-native-notifier
Release 1.7.1
Release 1.7.0
Release 1.6.1
Release 1.6.0
Release 1.5.0
Release 1.4.0
Release 1.3.2
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
Release 1.3.1
1.3.1 (2020-06-16)
Bug Fixes
- reset hide timer based on PanGestureHandler state (2bc5f36) Thanks to @diegolmello