chore(docs): Fix broken link in docs/Guide.md (#1436 by @Sappphire64)

[skip ci]
This commit is contained in:
Anton Vlasenko 2020-06-14 00:13:01 +02:00 committed by GitHub
parent dce30be136
commit a2029d2d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ const CustomHeaderWebView = (props) => {
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.
When you do, you'll likely want to enable the [sharedCookiesEnabled](Reference.md#sharedCookiesEnabled) prop as well.
```jsx
const App = () => {