gpt4 book ai didi

reactjs - React-native,清除 webview cookie?

转载 作者:行者123 更新时间:2023-12-03 13:25:07 25 4
gpt4 key购买 nike

可以清除react-native webview cookie吗?当我替换为其他 View 并再次返回并挂载 webview 时,看起来 cookie 仍然存在于 webview 中..

问候

最佳答案

您可以使用react-native-cookies管理您的应用程序 cookie。

import CookieManager from 'react-native-cookies';
// clear cookies on webview will mount!
CookieManager.clearAll()
.then((res) => {
console.log('CookieManager.clearAll =>', res);
});

关于reactjs - React-native,清除 webview cookie?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44003671/

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