Skip to content

Release 1.3.2

Compare
Choose a tag to compare
@seniv seniv released this 24 Aug 08:46

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