Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lottie-react-native/lottie-react-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.1
Choose a base ref
...
head repository: lottie-react-native/lottie-react-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.5.0
Choose a head ref
  • 9 commits
  • 35 files changed
  • 5 contributors

Commits on Dec 19, 2023

  1. chore: switch to using layoutSubviews instead of reading the bounds t…

    …o update Animation view on iOS (#1140)
    TheRogue76 authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e0103d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. chore(iOS): Use install_modules_dependencies in Podspec (#1139)

    * chore(iOS): use install_modules_dependencies in Podspec
    
    * Addrees feedback
    cipolleschi authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    fb7df2d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. chore: upgrade example fabric to 73 (#1143)

    * chore: upgrade Fabric Android to 73
    
    * chore: upgrade Fabric iOS to 73
    TheRogue76 authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    168ea48 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. fix(workaround): enable install_modules_dependencies just for RN 73…

    … and above (#1146)
    
    * fix(workaround): enable  just for RN 73 and above
    
    * chore: update comments
    
    * chore: handle worst case exceptions
    
    * chore: move to pod ui message
    matinzd authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    0906bc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. feat(android): support local file path (#1134)

    * feat(android): bump lottie-android to v6.2.0
    
    * feat: support local file path for url & dotlottie uri
    
    * chore(ios): revert unnecessary changes
    
    * feat: use File.exists()
    
    * chore: remove unnecessary import
    
    ---------
    
    Co-authored-by: Matin Zadeh Dolatabad <[email protected]>
    jhen0409 and matinzd authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c370e30 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Update bug_report.md (#1147)

    I feel like this is a missing detail in a lot of issues opened, adding this clarification so we can lower the communication and narrow down the problem scope from the get-go
    TheRogue76 authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9862fda View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. feat: add CI for new arch (#1145)

    * feat: add CI for new arch
    
    * fix: bump java version to 17 for new arch (a requirement for RN 73)
    
    * chore: test running xcode 15 for new arch
    
    * chore: add yarn start to the fabric:ios command, since 0.73 no longer starts metro on it's own for iOS
    
    * chore: dump yarn start in a background process, and have it keep running while fabric is building
    
    * chore: revert back to using Xcode 13.3 and 14.2
    
    * chore: revert back to using macos-12
    
    * chore: update min Xcode for testing to 14.3.1
    
    * chore: update min Xcode for testing to 14.3.1
    
    * chore: remove Xcode 15
    
    * feat: add CI for new arch
    
    * fix: bump java version to 17 for new arch (a requirement for RN 73)
    
    * chore: test running xcode 15 for new arch
    
    * chore: add yarn start to the fabric:ios command, since 0.73 no longer starts metro on it's own for iOS
    
    * chore: dump yarn start in a background process, and have it keep running while fabric is building
    
    * chore: revert back to using Xcode 13.3 and 14.2
    
    * chore: revert back to using macos-12
    
    * chore: update min Xcode for testing to 14.3.1
    
    * chore: update min Xcode for testing to 14.3.1
    
    * chore: remove Xcode 15
    
    * Update .github/workflows/android-fabric-build.yml
    
    Co-authored-by: Matin Zadeh Dolatabad <[email protected]>
    
    * chore: update workflow for fabric
    
    ---------
    
    Co-authored-by: Matin Zadeh Dolatabad <[email protected]>
    TheRogue76 and matinzd authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    22eb1a7 View commit details
    Browse the repository at this point in the history
  2. fix(ios): save resizeMode and reapply it when replacing a view (#1144)

    Co-authored-by: Matin Zadeh Dolatabad <[email protected]>
    hardworker and matinzd authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0f13462 View commit details
    Browse the repository at this point in the history
  3. chore: release v6.5.0

    matinzd committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    584bfcf View commit details
    Browse the repository at this point in the history
Loading