Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update lottie-ios to 4.2.0 + fix build error #1036

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/fabric/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ PODS:
- hermes-engine/Pre-built (= 0.71.7)
- hermes-engine/Pre-built (0.71.7)
- libevent (2.1.12)
- lottie-ios (3.5.0)
- lottie-ios (4.2.0)
- lottie-react-native (6.0.0-rc.3):
- lottie-ios (~> 3.5.0)
- lottie-ios (~> 4.2.0)
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -947,8 +947,8 @@ SPEC CHECKSUMS:
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 4438d2b8bf8bebaba1b1ac0451160bab59e491f8
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: c55158d67d0629a260625cc2ded2052b829e3c3e
lottie-react-native: 1b79f33d48fd1aba6155fb7693649f7d6f32d6f9
lottie-ios: 809ecf2d460ed650a6aed7aa88b2ec45fab4779c
lottie-react-native: 40dbe9b8ef3ed484e377be0882d5c4e43dfd177a
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 5a4a30ac20c86eeadd6844a9328f78d4168cf9b2
Expand Down Expand Up @@ -987,4 +987,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 98807ea294c02399cccdc1ccca0eb3d1d6f25c68

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
10 changes: 5 additions & 5 deletions apps/paper/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ PODS:
- hermes-engine/Pre-built (= 0.71.7)
- hermes-engine/Pre-built (0.71.7)
- libevent (2.1.12)
- lottie-ios (3.5.0)
- lottie-ios (4.2.0)
- lottie-react-native (6.0.0-rc.3):
- lottie-ios (~> 3.5.0)
- lottie-ios (~> 4.2.0)
- React-Core
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2021.07.22.00):
Expand Down Expand Up @@ -604,8 +604,8 @@ SPEC CHECKSUMS:
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 4438d2b8bf8bebaba1b1ac0451160bab59e491f8
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: c55158d67d0629a260625cc2ded2052b829e3c3e
lottie-react-native: 4b07ce6d17647dd24641ae5cd7ae614034318456
lottie-ios: 809ecf2d460ed650a6aed7aa88b2ec45fab4779c
lottie-react-native: f2d3daad218e91d5fb511de5854d56bc06e9258f
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 5a4a30ac20c86eeadd6844a9328f78d4168cf9b2
Expand Down Expand Up @@ -642,4 +642,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 98807ea294c02399cccdc1ccca0eb3d1d6f25c68

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion packages/core/lottie-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/lottie-react-native/lottie-react-native.git", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency 'lottie-ios', '~> 3.5.0'
s.dependency 'lottie-ios', '~> 4.2.0'

if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/LottieView.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type {
StyleProp,
ViewStyle,
LayoutChangeEvent,
Animated,
} from 'react-native';

/**
Expand Down