diff --git a/node_modules/react-native-notifier/src/Notifier.tsx b/node_modules/react-native-notifier/src/Notifier.tsx index 56c5819..4f31e78 100644 --- a/node_modules/react-native-notifier/src/Notifier.tsx +++ b/node_modules/react-native-notifier/src/Notifier.tsx @@ -44,6 +44,7 @@ export class NotifierRoot extends React.PureComponent - + {this.state.visible? : null} diff --git a/node_modules/react-native-notifier/src/types.ts b/node_modules/react-native-notifier/src/types.ts index 229e19c..e16a943 100644 --- a/node_modules/react-native-notifier/src/types.ts +++ b/node_modules/react-native-notifier/src/types.ts @@ -95,6 +95,7 @@ export interface StateInterface { swipeEnabled: boolean; Component: ElementType; componentProps: Record; + visible: boolean; } export interface NotifierInterface {