chore: upgrade lottie-ios to ~> 4.5.0#122
Conversation
Resolves compatibility issue with lottie-react-native 7+ which requires lottie-ios 4.5.0.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR bumps the lottie-ios dependency to version 4.5.0 across both Swift Package Manager and CocoaPods manifests to align with lottie-react-native 7+ requirements, without changing any app/runtime logic. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
Upgrades the
lottie-iosdependency from~> 4.3.3to~> 4.5.0in both the podspec and Package.swift.This resolves a peer dependency conflict for React Native consumers using
lottie-react-native7+, which requireslottie-ios4.5.0.Changes:
Rownd.podspec:lottie-ios ~> 4.3.3→~> 4.5.0Package.swift:.upToNextMajor(from: "4.3.3")→.upToNextMajor(from: "4.5.0")Note: Version bump left for
release-itto handle during release.Summary by Sourcery
Build: