瀏覽代碼

chore(docs): Update cookie links (#1149)

Jason Safaiyeh 4 年之前
父節點
當前提交
327bc6b7de
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/Guide.md

+ 1
- 1
docs/Guide.md 查看文件

@@ -475,7 +475,7 @@ const CustomHeaderWebView = props => {
475 475
 
476 476
 #### Managing Cookies
477 477
 
478
-You can set cookies on the React Native side using the [react-native-cookies](https://github.com/joeferraro/react-native-cookies) package.
478
+You can set cookies on the React Native side using the [@react-native-community/cookies](https://github.com/react-native-community/cookies) package.
479 479
 
480 480
 When you do, you'll likely want to enable the [sharedCookiesEnabled](Reference#sharedCookiesEnabled) prop as well.
481 481