Skip to content

0.4.0

Choose a tag to compare

@oblador oblador released this 02 Nov 13:39
· 51 commits to master since this release

Breaking changes

  • Progress indicators have been externalized to the react-native-progress module.
  • Progress indicator props are now passed as an object on the indicatorProps prop.
  • color and background color props are now deprecated.

Other changes:

  • Loading now has an indeterminate state when image is loading but no data has been received.
  • Added threshold prop to remove flashing of loading indicator when images are cached.
  • Removed lodash dependency.