React Native Fetch Polyfill
JSON →A polyfill for React Native's fetch that adds timeout support. Currently at version 1.1.3 (stable, low release cadence). It patches the default fetch implementation from whatwg-fetch to expose the native XMLHttpRequest timeout property, which is otherwise inaccessible. Unlike alternatives like react-native-fetch-api or custom wrappers, this polyfill directly modifies the global fetch, providing seamless integration. Requires react-native >=0.27.