importNotificationPopupfrom'react-native-push-notification-popup';classMyComponentextendsReact.Component{render(){return(<Viewstyle={styles.container}><MaybeYourNavigator/><NotificationPopupref={ref=>this.popup=ref}/></View>);}// ... IMPORTANT: Remember to put it on thebottom of other components...