Releases: huiseoul/react-native-fit-image
Releases · huiseoul/react-native-fit-image
v1.5.5
Check if uri is provided before using it
Bugfixes
Image.getSize
is only for remote images and needs uri to work properly #59- thanks to @sunkibaek
Check if ImageBackground exist before using
Bugfixes
- Check if ImageBackground exist before using #58
- thanks to @sunkibaek
Use ImageBackground component when the component needs to draw children
New features and enhancements
- Use ImageBackground component when the component needs to draw children #54
- thanks to @sunkibaek
Try to refresh image size on onLoad callback
Fix warning about unmounted component
New features and enhancements
- Fix warning about unmounted component
Fix View rendering error
Allow custom onLoad
New features and enhancements
- Allow custom onLoad function #42
- thanks to @danieldunderfelt
Fix minor issue on Android
Bugfixes
- Fix rerender issue on android when using indicator
Add props to Image component from FitImage component
New features and enhancements
- Support props of Image component like
resizeMode