Skip to content

Releases: huiseoul/react-native-fit-image

v1.5.5

14 Nov 03:09
Compare
Choose a tag to compare
  • Android endless loader: set isLoading false on image loading error #89
  • other type fixes
  • other security fixes

Check if uri is provided before using it

29 Jul 15:10
Compare
Choose a tag to compare

Bugfixes

  • Image.getSize is only for remote images and needs uri to work properly #59

Check if ImageBackground exist before using

28 Jul 01:54
Compare
Choose a tag to compare

Bugfixes

  • Check if ImageBackground exist before using #58

Use ImageBackground component when the component needs to draw children

20 Jul 12:07
Compare
Choose a tag to compare

New features and enhancements

  • Use ImageBackground component when the component needs to draw children #54

Try to refresh image size on onLoad callback

20 Jul 11:55
Compare
Choose a tag to compare

New features and enhancements

  • Try to refresh image size on onLoad callback #51

Fix warning about unmounted component

12 Apr 01:18
Compare
Choose a tag to compare

New features and enhancements

  • Fix warning about unmounted component

Fix View rendering error

20 Dec 07:49
Compare
Choose a tag to compare

New features and enhancements

Allow custom onLoad

28 Nov 09:29
Compare
Choose a tag to compare

New features and enhancements

Fix minor issue on Android

01 Nov 08:45
Compare
Choose a tag to compare

Bugfixes

  • Fix rerender issue on android when using indicator

Add props to Image component from FitImage component

28 Oct 06:59
Compare
Choose a tag to compare

New features and enhancements

  • Support props of Image component like resizeMode