Explorar el Código

Update cookie docs

Jason Safaiyeh hace 5 años
padre
commit
2415d9dac2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docs/Guide.md

+ 1
- 1
docs/Guide.md Ver fichero

475
 
475
 
476
 #### Managing Cookies
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/react-native-cookies](https://github.com/react-native-community/react-native-cookies) package.
479
 
479
 
480
 When you do, you'll likely want to enable the [sharedCookiesEnabled](Reference#sharedCookiesEnabled) prop as well.
480
 When you do, you'll likely want to enable the [sharedCookiesEnabled](Reference#sharedCookiesEnabled) prop as well.
481
 
481