Releases: LottieFiles/dotlottie-react-native
Release list
@lottiefiles/dotlottie-react-native@0.11.0
Minor Changes
- #70
93ecb37Thanks @theashraf! - chore: upgrade native players — dotlottie-ios0.15.7→0.16.2, dotlottie-android0.13.8→0.14.2.
Patch Changes
- #74
f9e6243Thanks @theashraf! - fix(ios): prevent crash when an imperative command (play/stop/…) runs after the view unmounts.
@lottiefiles/dotlottie-react-native@0.10.0
Minor Changes
- #65
f8545a0Thanks @theashraf! - feat: added layout (fit/align) prop
Patch Changes
-
#63
6e162e2Thanks @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
e625dd9Thanks @theashraf! - fix(ios): revert thedotlottie-iosdependency from Swift Package Manager back to
theLottieFiles-dotLottie-iOSCocoaPods pod.Pulling the player as a SwiftPM product via
spm_dependencycaused
DotLottiePlayer.xcframeworkto be processed twice during an archive (once by the
SwiftPMDotLottietarget and once by thedotlottie-react-nativepod target).
On Xcode 26 the archive step collects each embedded xcframework's signature into a
single flatSignatures/folder, so the two identically-named
DotLottiePlayer.xcframework-ios.signaturefiles 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
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
Patch Changes
- #61
99e3ea0Thanks @theashraf! - Fix crash when navigating away on iOS (bump dotlottie-ios to 0.15.6).
v0.9.1
What's Changed
- Enhance README with title and logo by @reallynattu in #51
- fix(android): pick source loader from URI scheme by @theashraf in #52
New Contributors
- @reallynattu made their first contribution in #51
Full Changelog: v0.9.0...v0.9.1