Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dev-launcher] fix network inspector CDP events missing occasionally (e…
…xpo#23122) # Why fix the issue that devtools does not receive cdp events from dev-client sometimes. # How this issue happen when the dev server port listening on port other than 8081. the swizzled `connect` method will be called for EXDevMenu.bundle and EXDevLauncher.bundle. react-native will convert the address to port 8081. we should exclude the dev-client's bundle loading. # Test Plan - ci passed - `npx expo start -p 8082` with network inspector test
- Loading branch information