mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-12 10:48:06 +08:00
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
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.