mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 17:27:56 +08:00
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>