Skip to content

Releases: DylanVann/react-native-fast-image

v5.1.0

06 Nov 06:44
Compare
Choose a tag to compare

@patrickkempff has done a lot to improve the stability and usefulness of this library in this release 🙏🏻.

Changed

  • A Resources.NotFoundException will now be thrown if a local image cannot be resolved. (7859d5b - @patrickkempff)

Fixed

v5.0.11

16 Oct 03:56
Compare
Choose a tag to compare

Added

Changed

  • Upgraded to Glide 4. (f31a44f)
  • Updated license info. (3bd08ef)
  • Decrease package size by ignoring more files. (a6f7b10)
  • Specify types file in package.json. (e583816)

Fixed

v4.0.14

10 May 03:28
Compare
Choose a tag to compare
  • Add resizeMode examples.

v4.0.13

10 May 03:26
Compare
Choose a tag to compare
  • Fix initial resizeMode. This fixes a bug where the stretch resizeMode could not be used. (6e5d0d7 - @bluekurk)

v4.0.12

06 May 07:51
Compare
Choose a tag to compare
  • Revert some changes to default settings for building for Android. (a4e6ef3)
  • Probably the correct way to deal with this going forward is to match the defaults to the values currently in React Native.
  • React Native may also choose to update the template to provide these properties on ext, in which case this issue would go away.

v4.0.11

06 May 06:19
Compare
Choose a tag to compare
  • Handle asset library URIs. (466f43f)
  • Improve TypeScript types. (75e3fd7)

v4.0.10

06 May 03:42
Compare
Choose a tag to compare
  • Handle assets from smart albums. (243b33d)

v4.0.9

06 May 01:25
Compare
Choose a tag to compare
  • Fix some issues with the examples.
  • Use OkHttpClientProvider to allow extending preconfigured clients. (eac670b - @btegenbosch)

v4.0.8

06 May 01:16
Compare
Choose a tag to compare
  • Handle content and file urls.

v4.0.7

06 May 01:15
Compare
Choose a tag to compare