react-native-cancelable-fetch
JSON →A lightweight library for making cancelable HTTP fetch requests in React Native applications (v0.1.1, no recent updates). It wraps the native fetch API and allows cancellation of in-flight requests using a numeric, string, or object tag. This is useful to prevent memory leaks and state updates on unmounted components. Unlike AbortController (not available in older React Native), it provides a simpler tag-based cancellation mechanism. However, the package has not been updated since 2016 and may have compatibility issues with modern React Native versions.