Skip to content

Commit

Permalink
chore: Use latest react-native-cookies/cookies name in Guide.md (#3423)
Browse files Browse the repository at this point in the history
* Use latest react-native-cookies/cookies name in Guide.md

As of v6.0.0, react-native-community/cookies was renamed to react-native-cookies/cookies: https://github.com/react-native-cookies/cookies?tab=readme-ov-file#important-notices--breaking-changes

* Use latest react-native-cookies/cookies name in Guide.italian.md

* Use latest react-native-cookies/cookies name in Guide.portuguese.md
  • Loading branch information
grahamplace committed May 7, 2024
1 parent dd7fb83 commit 542a997
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/Guide.italian.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ const CustomHeaderWebView = (props) => {
```

#### Gestione dei cookie
Puoi impostare i cookie dal lato React Native utilizzando il pacchetto [@react-native-community/cookies](https://github.com/react-native-community/cookies).
Puoi impostare i cookie dal lato React Native utilizzando il pacchetto [@react-native-cookies/cookies](https://github.com/react-native-cookies/cookies).

Quando lo fai, dovrai abilitare anche la prop [sharedCookiesEnabled](Reference.italian.md#sharedCookiesEnabled).

Expand Down Expand Up @@ -570,4 +570,4 @@ Sempre su iOS, invece, il video ignorerà sempre il tasto del silenzioso.
### Traduzioni
Questo file è disponibile nelle seguenti lingue:
- [Inglese](Guide.md)
- [Portoghese brasiliano](Guide.portuguese.md)
- [Portoghese brasiliano](Guide.portuguese.md)
2 changes: 1 addition & 1 deletion docs/Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ const CustomHeaderWebView = (props) => {

#### Managing Cookies

You can set cookies on the React Native side using the [@react-native-community/cookies](https://github.com/react-native-community/cookies) package.
You can set cookies on the React Native side using the [@react-native-cookies/cookies](https://github.com/react-native-cookies/cookies) package.

When you do, you'll likely want to enable the [sharedCookiesEnabled](Reference.md#sharedCookiesEnabled) prop as well.

Expand Down
2 changes: 1 addition & 1 deletion docs/Guide.portuguese.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ const CustomHeaderWebView = (props) => {

#### Gerenciando cookies

Você pode definir cookies no lado React Native usando o pacote [@react-native-community/cookies](https://github.com/react-native-community/cookies).
Você pode definir cookies no lado React Native usando o pacote [@react-native-cookies/cookies](https://github.com/react-native-cookies/cookies).

Ao fazer isso, você provavelmente desejará habilitar a propriedade [sharedCookiesEnabled](Reference.portuguese.md#sharedCookiesEnabled) também.

Expand Down

0 comments on commit 542a997

Please sign in to comment.