Releases: DylanVann/react-native-fast-image
Releases · DylanVann/react-native-fast-image
v2.1.3
- Add
borderRadius
support. 3a33bda
- Fix default
resizeMode
on Android. d4210c0
- Fix preloading on android. de4f40a
- Add documentation on how caching is handled. 8aa6c6b
- Improve examples.
v2.0.1
- Removes locking of node version.
v2.0.0
- Fix
resizeMode
issue. (@tdekoning - #64)
- Fix Android split screen crash. (@wz366 #75)
- Removing backwards compatible
View.propTypes
.
- Updated example and docs.
- Fixed CircleCI config.
v1.0.0
- Adds progress support.
- Supports
[email protected]
and higher, dropping support for older versions because of a change to how native modules work.
v0.0.10
- Add gif support to iOS. 🎞
v0.0.9
- Fixed an issue with the submodule installation.
- This issue also caused the last version released to be packaged incorrectly (did not include SDWebImage).
v0.0.8
- Fixed an issue with the submodule installation.
- This issue also caused the last version released to be packaged incorrectly (did not include SDWebImage).
v0.0.7
- Fix library header search paths. These being set incorrectly was causing archiving to fail.
v0.0.6
- Fix
setNativeProps
for plain Image component (no source).