John Trinh
John Trinh
Running into this too with Expo using the `react-native-auth0` library which calls `fetch` under the hood. The only way i've found to "get around" this via the iOS simulator is...
Looking into it more, requests are stuck in a `pending` status in the RN devtools. And mention an issue with `Network.streamResourceContent`.
For anyone coming across this thread, here's a workaround with `pnpm` to [patch](https://pnpm.io/cli/patch) the package in the meantime. 1. Run `pnpm patch @scalar/hono-api-reference@`. You'll be given a temp patch directory...