lottie-react-native

Lottie wrapper for React Native.

APACHE-2.0 License

Stars
16.5K
Committers
146

Bot releases are visible (Hide)

lottie-react-native - v6.7.2 Latest Release

Published by matinzd 6 months ago

lottie-react-native - v6.7.1

Published by TheRogue76 6 months ago

This Release addresses the issue with Lottie-iOS 4.4.2 being automatically picked and requiring iOS 13 as a minimum target.

What's Changed

New Contributors

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.7.0...v6.7.1

lottie-react-native - v6.7.0

Published by matinzd 8 months ago

Bridgeless support

Bridgeless is now officially supported as of React Native 0.73.4.

What's Changed

New Contributors

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.6.0...v6.7.0

lottie-react-native - v6.7.0-rc1

Published by TheRogue76 9 months ago

Bridgeless support

This Release candidate introduces support for React Native's bridgeless mode, on RN 73.3 and above. Feel free to try it out and give us feedback on how it works for you!

What's Changed

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.6.0...v6.7.0-rc1

lottie-react-native - v6.6.0

Published by matinzd 9 months ago

Supporting upcoming requirements from Apple

During WWDC2023, Apple introduced a new feature: Privacy manifest for SDKs. While this is optional for most libraries, Apple also mentioned that certain third party SDKs are required to support the manifest. This includes Lottie. This release updates Lottie-iOS to 4.4.0, which now includes the privacy manifest, as well as adding support for it in Lottie React Native as well. These requirements will go into effect come Spring 2024.
For more information, click here.

What's Changed

New Contributors

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.5.1...v6.6.0

lottie-react-native - v6.5.1

Published by matinzd 10 months ago

lottie-react-native - v6.5.0

Published by matinzd 10 months ago

What's Changed

New Contributors

Developer notes

This build focuses more on stability on the new architecture and adding support for RN 0.73.

Merry Christmas and Happy new year! 🎅 🎄

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.4.1...v6.5.0

lottie-react-native - v6.4.1

Published by matinzd 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.4.0...v6.4.1

lottie-react-native - v6.4.0

Published by matinzd 12 months ago

lottie-react-native - v6.3.1

Published by matinzd about 1 year ago

lottie-react-native - v6.3.0

Published by matinzd about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.2.0...v6.3.0

lottie-react-native - v6.2.0

Published by matinzd about 1 year ago

What's Changed

Internal changes

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.1.2...v6.2.0

lottie-react-native - v6.1.2

Published by matinzd about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.1.1...v6.1.2

lottie-react-native - v6.1.1

Published by matinzd about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.1.0...v6.1.1

lottie-react-native - v6.1.0

Published by matinzd about 1 year ago

What's New?

To get support for .lottie, please refer to the documentation provided here:

https://github.com/lottie-react-native/lottie-react-native/blob/master/docs/api.md#if-you-want-to-use-lottie-files

What's Changed

New Contributors

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.0.1...v6.1.0

lottie-react-native - v6.0.1

Published by matinzd about 1 year ago

What's Changed

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.0.0...v6.0.1

lottie-react-native - v6.0.0

Published by matinzd about 1 year ago

What's Changed

Features

  • Fabric support for iOS (#955)
  • Fabric support for Android (#910)
  • Upgrade android-lottie to 6.0.0 (#993)
  • Upgrade android-lottie to 6.1.0 (#1060)
  • Implement native auto play for android (63f71aa)
  • Implement native auto play for ios (84e6668)

Bug Fixes

  • Add missing condition (bd44aff)
  • Old arch impl (65ec453)
  • android: Refactor event dispatch logic on android to fix fabric crash (#1000) (ebb8006)
  • android: Add support for upcoming 0.73 (#1038)
  • android: Fix resize mode in Android (#992)
  • iOS: Reset to first frame on app resume bug (#980)
  • iOS: Frames being calculated incorrectly (#1019)
  • macOS: react native macos build (#1031)
  • iOS: Memory leak on deallocation (#1055)
  • iOS: Update lottie-ios to 4.2.0 + fix build error (#1036)
  • iOS: prevent jumping to end frame (#1061)
  • Fabric build on 0.68/0.69 (#1054)
  • Fix different ios related issues (3f7e3e)

Internal Changes

  • Move project to monorepo 077429
  • Update examples to typescript (300e63)
  • Remove redundant logging from the project (#1024)

BREAKING CHANGES

  • BREAKING CHANGE: Removed using Animated API by default in the source code (#992)

  • BREAKING CHANGE: Removed absolute style being applied to the LottieView (#992)

  • BREAKING CHANGE: Removed default aspect ratio styling (#992)

  • BREAKING CHANGE: Removed default width and height being applied (#992)

    Check here for more information.

  • BREAKING CHANGE: Renamed AnimatedLottieViewProps to LottieViewProps (9fd591)

Full changelog can be found here.

Known issues:

New Contributors

New Architecture Contributors

  • iOS implementation thanks to @alfonsocj
  • Android implementation thanks to @AlexanderEggers

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v5.1.6...v6.0.0

lottie-react-native - v6.0.0-rc.8

Published by matinzd about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.0.0-rc.7...v6.0.0-rc.8

lottie-react-native - v6.0.0-rc.7

Published by matinzd over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v6.0.0-rc.6...v6.0.0-rc.7

lottie-react-native - v5.1.6

Published by matinzd over 1 year ago

What's Changed

  • fix: breaking change for RN 0.72 and remove gradle-maven-push task in commit f1e5466

Fixes: https://github.com/lottie-react-native/lottie-react-native/issues/1022

Full Changelog: https://github.com/lottie-react-native/lottie-react-native/compare/v5.1.5...v5.1.6