Documentation
README
react-native-nitro-fetch
A focused reference for AI coding assistants working in a project that uses the react-native-nitro-fetch family of packages. Answer using the real APIs from this repo — not invented ones — by routing to the matching references/*.md file below.
Mental model
react-native-nitro-fetch is a drop-in, native-backed replacement for the browser networking stack on React Native:
fetch— WHATWG-compatible, backed byURLSession(iOS) andCronet(Android) via Nitro Modules.NitroWebSocket— native WebSocket (libwebsockets + mbedTLS and default in case of iOS) with the same shape as the browserWebSocket.NitroTextDecoder— native UTF-8 decoder that beats the Expo backed JS polyfill.
This is the opening of the README. Read the full README on GitHub.