UNPKG

react-native-web-image

Version:

An image component for react-native with persistent disk and memory caching

36 lines (23 loc) 983 B
# Changelog ## 0.0.6 (2017-10-04) * [fix] (iOS) Add vendored SDWebImage to Header Search Paths, should fix archive (#8) ## 0.0.5 (2017-09-09) * [feature] (Android) Implement borders & paddings (#2 - only Android part) * [fix] Migrate to prop-types * [fix] (Android) Getting a Random crash (#6) * [fix] (Android) NullPointer Exception (#4) * [chore] npm can't pull submodules, so embed SDWebImage back into project (#8) * [chore] BREAKING: Update to React Native 0.48.2 (Sorry I don't know what minimum compatible version for now, it did work with 0.47 at least) * [chore] Update SDWebImage to 4.1.0 * [chore] Update glide to 3.8.0 * [chore] Improve SampleApp ## 0.0.4 (2017-01-15) * [feature] onError handler ## 0.0.3 (2017-01-13) * [feature] Update to React Native 0.40.0 * [feature] Add sample application (for easy hacking) * [fix] Reduce package size ## 0.0.2 (2017-01-06) * [feature] Add resizeMode support (#1) ## 0.0.1 (2016-11-19) * [feature] basic functionality