Skip to content

Releases: DylanVann/react-native-fast-image

v2.1.3

31 Jan 04:00
Compare
Choose a tag to compare
  • 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.

screen shot 2018-01-30 at 20 43 02

v2.0.1

30 Nov 17:25
Compare
Choose a tag to compare
  • Removes locking of node version.

v2.0.0

30 Nov 05:13
Compare
Choose a tag to compare
  • 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

08 Aug 05:10
Compare
Choose a tag to compare
  • Adds progress support.
  • Supports [email protected] and higher, dropping support for older versions because of a change to how native modules work.

v0.0.11

20 Jun 07:33
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

v0.0.10

04 May 07:06
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release
  • Add gif support to iOS. 🎞

v0.0.9

03 May 05:03
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
  • 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

15 Oct 03:25
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
  • 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

28 Apr 15:29
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
  • Fix library header search paths. These being set incorrectly was causing archiving to fail.

v0.0.6

20 Apr 14:06
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • Fix setNativeProps for plain Image component (no source).