Skip to content

Commit e4a0d09

Browse files
committed
Update docs/network-inspect-of-chrome-devtools.md
1 parent a958ed2 commit e4a0d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/network-inspect-of-chrome-devtools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There are some limitations of debugging network requests using Network Inspect:
5656
- React Native `FormData` supports the `uri` property. You can use files from `CameraRoll`, but `originalFormData` isn't supported.
5757
- It can't inspect request like `Image`s loaded from urls for `src`, so if your `Image` source has a set session, the session can't apply to `fetch` and `XMLHttpRequest`.
5858

59-
If you want to inspect deeper network requests (like requests made with `Image`), use tools like [Charles](https://www.charlesproxy.com) or [Stetho](https://facebook.github.io/stetho).
59+
If you want to inspect deeper network requests (like requests made with `Image`), use tools like [Charles](https://www.charlesproxy.com) or [Flipper](https://github.com/facebook/flipper).
6060

6161
## Other documentations
6262

0 commit comments

Comments
 (0)