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

This commit is contained in:
Jason Safaiyeh 2020-02-13 05:50:22 -08:00 committed by GitHub
parent e6241cbb6a
commit 327bc6b7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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