gpt4 book ai didi

android - react-native-navigation 如何关闭应用通知

转载 作者:行者123 更新时间:2023-11-28 23:56:06 26 4
gpt4 key购买 nike

我正在使用 react-native-navigation 的 showInAppNotifications(),我希望能够使用通知中的按钮来关闭它。

这可能吗?

(需要同时支持 IOS 和 Android。

这是我的代码:

 // show the notification:
this.props.navigator.showInAppNotification({
screen: 'Notifications',
passProps: {
header: 'Logbook',
note:this.props.notes,
body: 'Recived/Urgent events'
},
autoDismissTimerSec: 10,
dismissWithSwipe: true
});


// the notification itself:
class Notifications extends Component {
render() {
return (
<TouchableOpacitiy
onPress={/* Code to close the notification... */}
>
. . .
</TouchableOpacitiy>
.
.
.
);
}
}

最佳答案

this.props.navigator.dismissInAppNotification();

我不知道为什么没有记录。

关于android - react-native-navigation 如何关闭应用通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51232642/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com