v1.2.2 - 2021-06-05
- chore:
react-native-file-access
now installs patch version instead of latest minor (2d0c7a7).
v1.2.1 - 2021-05-18
- chore: added
blurRadius
as a prop BREAKING: please addblurRadius
inCacheManager
config docs: improved docs badges and addedblurRadius
prop info chore: sorted alphabetically some objects (942a588).
v1.2.0 - 2021-05-15
- feat: remove single cache entry (1796ec1).
- refactor: base dir in camel case (38536ef).
- docs: ipdate docs (8c725d4).
v1.1.2 - 2021-05-11
- chore: removed some peerDependencies
chore: removed @react-native-community/bob
and added react-native-builder-bob
fix: fixed useEffect
props to only check for props.source
instead of full props object, it was causing a loop if there was an error loading the image from cache (d5f85c8).
v1.1.1 - 2021-05-11
- fix: fixed a typo on
onImageLoad
animation prop docs: added new TODO docs: addedreact-native-file-access
docs link aboutDirs
(cce01dc).
v1.1.0 - 2021-05-11
- feat: BREAKING CHANGE: added Global Config docs: updated README.md chore: updated dependencies (b7cb4be).
v1.0.9 - 2021-05-10
- fix: finally fixed
defaultProps
typings fix: fixed a typo onthumbnailSource
url in example (a87e8b7).
v1.0.8 - 2021-05-10
- fix: fixed
defaultProps
typings (1cd94be).
v1.0.7 - 2021-05-08
- docs: hooks todo and options prop correction (5d9b983).
- docs: fixed preview os headers (7e762f9).
- docs: finally fixed Android demo gif (f070a2a).
v1.0.6 - 2021-05-07
- docs: fix Android demo gif (68a212f).
v1.0.5 - 2021-05-07
- refactor: alphanum sorted some objects and props
docs: sorted props on props table
refactor: removed unused code
refactor: BREAKING CHANGE: renamed
imageAnimationDuration
tosourceAnimationDuration
prop for convention docs: removed iOS video demo and added GIF docs: added Android demo (e36e5b2).
v1.0.4 - 2021-05-07
- fix: Remove cache key from props (b9e9dc1).
- docs: Update props, Add cache manager methods (6743975).
v1.0.3 - 2021-05-07
- chore: added LICENSE (12e667f).
- refactor: source is now a string instead of object for convenience
refactor: removed useNativeDriver prop, now it's always
true
refactor: types cleanup (149426f). - chore: version bump (bfcface).
- docs: README fixes (53d272e).