mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +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>