React Native Image Fallback Versions Save

Image loader component with fallbacks for React Native apps

v1.0.0

3 years ago

Changelog

  • Moved away from deprecated lifecycle hook componentWillReceiveProps
  • Fixed annoying redbox error caused by Default Prop decleration

Commits

  • Added package registry 4626202
  • Merge pull request #6 from mikehardy/updates c749198
  • lint: de-lint ImageLoader and eslint file 2bd4b26
  • fix: work around dev redbox from unnecessary init 8c0103e
  • fix: forward-port to new react lifecycle API, Fixes #3 a999492
  • release: add "shipit" run script for npmjs publish 5982429
  • lint: add "analyze" run target for lint 918ff1b
  • chore: update all dependencies to current stable d9aae20
  • Merge pull request #4 from mthahzan/dependabot/npm_and_yarn/acorn-6.4.1 9efe8ba
  • Bump acorn from 6.1.1 to 6.4.1 fbea6db
  • Create .sonarcloud.properties f6e0e5d
  • Fixed vulnerable dependency 9bf118c

https://github.com/mthahzan/react-native-image-fallback/compare/0.1.1...v1.0.0

0.1.0

5 years ago

Added support for custom components.

0.0.4

6 years ago
  • Fixed issue when there's duplicate entries of failing images

0.0.3

6 years ago
  • Fixed prop type issue on fallback

0.0.2

6 years ago
  • Fixed callback errors within the component
  • Fixed not capturing the concat value so sources array always coming empty issue

0.0.1

6 years ago

This is the initial pre-release

TODO

  • Write tests
  • Accept React Native components instead of just image sources