Skip to content

Releases: LottieFiles/dotlottie-react-native

@lottiefiles/dotlottie-react-native@0.11.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 02:49
5c95df6

Minor Changes

  • #70 93ecb37 Thanks @theashraf! - chore: upgrade native players — dotlottie-ios 0.15.70.16.2, dotlottie-android 0.13.80.14.2.

Patch Changes

  • #74 f9e6243 Thanks @theashraf! - fix(ios): prevent crash when an imperative command (play/stop/…) runs after the view unmounts.

@lottiefiles/dotlottie-react-native@0.10.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:30
dcc3ba5

Minor Changes

Patch Changes

  • #63 6e162e2 Thanks @quoc-upstart! - Fix an Android crash ("Cannot locate windowRecomposer") when a <DotLottie> is
    measured before its window is attached under the React Native new architecture
    (Fabric) — e.g. navigating to a screen that renders it via react-native-screens.

  • #69 e625dd9 Thanks @theashraf! - fix(ios): revert the dotlottie-ios dependency from Swift Package Manager back to
    the LottieFiles-dotLottie-iOS CocoaPods pod.

    Pulling the player as a SwiftPM product via spm_dependency caused
    DotLottiePlayer.xcframework to be processed twice during an archive (once by the
    SwiftPM DotLottie target and once by the dotlottie-react-native pod target).
    On Xcode 26 the archive step collects each embedded xcframework's signature into a
    single flat Signatures/ folder, so the two identically-named
    DotLottiePlayer.xcframework-ios.signature files collide and archiving fails with
    File exists (exit 70). Consuming the player through the CocoaPods pod embeds the
    xcframework exactly once, resolving the archive failure (#66).

v0.9.2

Choose a tag to compare

@theashraf theashraf released this 01 Jun 06:41
1a3986b

What's Changed

  • chore(deps): bump dotlottie-android to 0.13.7 and update dotLottie-iOS to 0.15.4 by @theashraf in #54
  • chore(deps): bump dotlottie-android, dotlottie-react, AndroidX Compose, AGP, and Kotlin defaults by @theashraf in #56
  • chore(ios): migrate iOS dependency from CocoaPods to Swift Package Manager by @samuelOsborne in #57
  • chore: update v0.9.1 changelog by @theashraf in #58

Full Changelog: v0.9.1...v0.9.2

@lottiefiles/dotlottie-react-native@0.9.3

Choose a tag to compare

@github-actions github-actions released this 01 Jun 09:36
815eed8

Patch Changes

  • #61 99e3ea0 Thanks @theashraf! - Fix crash when navigating away on iOS (bump dotlottie-ios to 0.15.6).

v0.9.1

Choose a tag to compare

@theashraf theashraf released this 27 May 13:27
b3b5dcd

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

Release 0.9.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 13:37

0.9.0 (2026-04-21)

  • chore(deps): 🔧 bump dotlottie-android to 0.13.6 (#46) (86ee000), closes #46 #45
  • ci(docs): 🎡 fixed notify-docs (#44) (03874fa), closes #44
  • fix: 🐛 ci name (ea4a026)
  • feat(ci): 🎸 notify docs update on release (abcb147)

Release 0.8.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 03:28

0.8.0 (2026-03-31)

  • feat: add OpenGL ES renderer support for Android (#42) (08abe4b), closes #42

Release 0.7.4

Choose a tag to compare

@github-actions github-actions released this 17 Mar 14:56

0.7.4 (2026-03-17)

  • chore(deps): update dotlottie react:0.18.7, android:0.13.2, ios: 0.14 (#41) (6bf43f7), closes #41

Release 0.7.3

Choose a tag to compare

@github-actions github-actions released this 14 Mar 06:34

0.7.3 (2026-03-14)

  • fix: add number to source prop type to support require() assets (#40) (1d4a40f), closes #40 #39

Release 0.7.2

Choose a tag to compare

@github-actions github-actions released this 13 Mar 04:12

0.7.2 (2026-03-13)

  • fix: migrate release workflow to OIDC trusted publishing (#38) (af11e57), closes #38
  • fix(ios): correct stateMachineUnsubscribe method name and signature (#30) (cc0a738), closes #30