Skip to content

Commit

Permalink
fix: set zIndex to 2 to render notification above the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
seniv committed Aug 24, 2020
1 parent db6d413 commit 1b1846e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Notifier.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { StyleSheet, Platform } from 'react-native';

export default StyleSheet.create({
container: {
zIndex: 2,
width: '100%',
// @ts-ignore
position: Platform.select({
Expand Down

0 comments on commit 1b1846e

Please sign in to comment.