mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 20:15:11 +00:00
3441847aa1
Summary: If you try to create a cached response from a nil response the app will crash. Looking at the code that uses NSURLSession and NSURLCache, this fix looks correct to me. Fixes #1850 Closes https://github.com/facebook/react-native/pull/1852 Github Author: James Ide <ide@jameside.com>