mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
74f8055692
Summary: Add two simple examples. ![image](https://cloud.githubusercontent.com/assets/1004115/8674092/03052652-2a55-11e5-8531-8f01c7970af4.png) Also: - do not start the task at DownloadTaskWrapper (it starts from ImageDowloader if image isn't cached yet); - fire `onLoadAbor`t event; - send more readable `error.localizedDescription` with `onLoadError`; - rename `onLoaded` to `onLoadEnd` Closes https://github.com/facebook/react-native/pull/1987 Github Author: Dmitriy Loktev <unknownliveid@hotmail.com>