mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d6b2f78ad4
Summary: Currently, the behavior of saving in the `CameraRoll` module varies depending on the platform. On iOS, remote URIs are supported and will save a remote image to the local storage. However, on Android it can only be used for local images, making this function much less useful. This change allows the Android version of the `CameraRoll` module to have the same behavior, at least for http and https scheme URIs, which will probably cover the vast majority of the use cases. Reviewed By: sahrens Differential Revision: D14483943 fbshipit-source-id: e63ca786240e6657c8c8e0292be9fb08efa40ef1