diff --git a/docs/network.md b/docs/network.md index 1266f8cb0d3..7b91add3abd 100644 --- a/docs/network.md +++ b/docs/network.md @@ -254,7 +254,6 @@ ws.onclose = e => { The following options are currently not working with `fetch` - `redirect:manual` -- `credentials:omit` * Having same name headers on Android will result in only the latest one being present. A temporary solution can be found here: https://github.com/facebook/react-native/issues/18837#issuecomment-398779994. * Cookie based authentication is currently unstable. You can view some of the issues raised here: https://github.com/facebook/react-native/issues/23185 diff --git a/website/versioned_docs/version-0.86/network.md b/website/versioned_docs/version-0.86/network.md index a11a1197d26..9fdac991084 100644 --- a/website/versioned_docs/version-0.86/network.md +++ b/website/versioned_docs/version-0.86/network.md @@ -254,7 +254,6 @@ ws.onclose = e => { The following options are currently not working with `fetch` - `redirect:manual` -- `credentials:omit` * Having same name headers on Android will result in only the latest one being present. A temporary solution can be found here: https://github.com/facebook/react-native/issues/18837#issuecomment-398779994. * Cookie based authentication is currently unstable. You can view some of the issues raised here: https://github.com/facebook/react-native/issues/23185