Skip to content

Releases: margelo/react-native-skottie

Release 2.1.4

06 May 09:09
f26802b
Compare
Choose a tag to compare

2.1.4 (2024-05-06)

Bug Fixes

Release 2.1.3

05 May 15:51
b588d5c
Compare
Choose a tag to compare

2.1.3 (2024-05-05)

Bug Fixes

  • fix crash when specifying prop loop as undefined (#37) (4c31058)

Release 2.1.2

05 May 12:15
6965c3c
Compare
Choose a tag to compare

2.1.2 (2024-05-05)

Bug Fixes

Release 2.1.1

04 May 15:01
e017f86
Compare
Choose a tag to compare

2.1.1 (2024-05-04)

Bug Fixes

  • android: fix builds with RNSkia >= 1.x.x (#32) (b0700f0)
  • ios: fix ios not building when using use_frameworks with static linkage (#34) (06e9b8a)

Release 2.1.0

28 Jan 11:59
a864791
Compare
Choose a tag to compare

2.1.0 (2024-01-28)

Features

  • implemented onAnimationFinish w/ isCancelled (029a558)
  • support loop prop (2b09e42)
  • support onAnimationFinish callback (d805809)

Release 2.0.4

26 Jan 08:39
ac821ee
Compare
Choose a tag to compare

2.0.4 (2024-01-26)

Bug Fixes

Release 2.0.3

25 Jan 09:58
1c53120
Compare
Choose a tag to compare

2.0.3 (2024-01-25)

Bug Fixes

  • ios: build errors due to wrong node_modules path lookup (9066e05)

Release 2.0.2

25 Jan 09:08
886d693
Compare
Choose a tag to compare

2.0.2 (2024-01-25)

Bug Fixes

  • ios: build errors (60965f3)
  • ios: use relative path to find skia frameworks (3850942)

Release 2.0.1

24 Jan 14:22
b91894a
Compare
Choose a tag to compare

2.0.1 (2024-01-24)

Bug Fixes

  • ios: duplicated header warnings (850a4a0)

Release 2.0.0

23 Jan 16:22
3338cf4
Compare
Choose a tag to compare

2.0.0 (2024-01-23)

Bug Fixes

  • build skottie for more recent skia version (f38e9dc)
  • remove android dependency on reanimated (1b11126)

Reverts

  • Revert "chore(docs): test table" (e91dbf2)

BREAKING CHANGES

  • Bumped the required min version of rnskia to 0.1.230