Releases: kolking/react-native-crossfade-image
Releases · kolking/react-native-crossfade-image
Release 1.3.3
Release 1.3.2
Update dependencies to fix vulnerabilities
Release 1.3.1
Upgrade example app to RN 0.74.4
Release 1.3.0
Introduced reverseFade
prop. When it set to true
both images will fade simultaneously so the old image fades out while the new image fades in. The option is useful for cross-fading transparent images.
Thanks to @matteohoeren for adding this feature.
Release 1.2.3
Update dependencies to fix vulnerabilities
Release 1.2.2
Update dependencies to fix vulnerabilities
Release 1.2.1
Added children
to the props interface
Release 1.2.0
Fixed flickering when source
changed before the animation finished
Release 1.1.1
Update dependencies to fix vulnerabilities
Release 1.1.0
Now it can be used as a background image similar to ImageBackground