0.4.0
Breaking changes
- Progress indicators have been externalized to the react-native-progress module.
- Progress indicator props are now passed as an object on the
indicatorPropsprop. colorandbackgroundcolor props are now deprecated.
Other changes:
- Loading now has an
indeterminatestate when image is loading but no data has been received. - Added
thresholdprop to remove flashing of loading indicator when images are cached. - Removed lodash dependency.