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: bump lottie-ios 4.3.0 #1104

Merged
merged 1 commit into from
Sep 15, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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 @@ -67,9 +67,9 @@ PODS:
- hermes-engine/Pre-built (= 0.72.3)
- hermes-engine/Pre-built (0.72.3)
- libevent (2.1.12)
- lottie-ios (4.2.0)
- lottie-ios (4.3.0)
- lottie-react-native (6.2.0):
- lottie-ios (~> 4.2.0)
- lottie-ios (~> 4.3.0)
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1171,7 +1171,7 @@ EXTERNAL SOURCES:
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
hermes-engine:
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
:tag: hermes-2023-03-20-RNv0.72.0-49794cfc7c81fb8f69fd60c3bbf85a7480cc5a77
:tag: ''
lottie-react-native:
:path: "../node_modules/lottie-react-native"
RCT-Folly:
Expand Down Expand Up @@ -1266,8 +1266,8 @@ SPEC CHECKSUMS:
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: 809ecf2d460ed650a6aed7aa88b2ec45fab4779c
lottie-react-native: ba53fdb4e77e7e596c2dc8a21e49c2f4ea271283
lottie-ios: c69214a487e1a1465a231c1918c6ce174e2d45bc
lottie-react-native: 5207216b807d7c2716b9a16e0afffc2cf344168d
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: a2faf4bad4e438ca37b2040cb8f7799baa065c18
Expand Down
2 changes: 1 addition & 1 deletion apps/fabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"android": "react-native run-android --active-arch-only",
"ios": "cd ios && RCT_NEW_ARCH_ENABLED=1 pod install && cd .. && react-native run-ios",
"ios": "bundle install && RCT_NEW_ARCH_ENABLED=1 pod install --project-directory=ios && react-native run-ios",
"start": "react-native start",
"upgrade": "react-native upgrade"
},
Expand Down
10 changes: 5 additions & 5 deletions apps/paper/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ PODS:
- hermes-engine/Pre-built (= 0.72.3)
- hermes-engine/Pre-built (0.72.3)
- libevent (2.1.12)
- lottie-ios (4.2.0)
- lottie-ios (4.3.0)
- lottie-react-native (6.2.0):
- lottie-ios (~> 4.2.0)
- lottie-ios (~> 4.3.0)
- React-Core
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2021.07.22.00):
Expand Down Expand Up @@ -597,7 +597,7 @@ EXTERNAL SOURCES:
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
hermes-engine:
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
:tag: hermes-2023-03-20-RNv0.72.0-49794cfc7c81fb8f69fd60c3bbf85a7480cc5a77
:tag: ''
lottie-react-native:
:path: "../node_modules/lottie-react-native"
RCT-Folly:
Expand Down Expand Up @@ -689,8 +689,8 @@ SPEC CHECKSUMS:
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
lottie-ios: 809ecf2d460ed650a6aed7aa88b2ec45fab4779c
lottie-react-native: b04640d81bfc87915cd5c9058caa1112374691ff
lottie-ios: c69214a487e1a1465a231c1918c6ce174e2d45bc
lottie-react-native: 8a668fa7ad7bebb0c1fcc5ece7cb9a882db11417
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: a2faf4bad4e438ca37b2040cb8f7799baa065c18
Expand Down
2 changes: 1 addition & 1 deletion apps/paper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"reset": "watchman watch-del-all; rm -rf /tmp/metro-bundler-cache-*; rm -rf ./android/build; rm -rf ./android/.gradle; rm -rf ./android/app/build; rm -rf ~/Library/Developer/Xcode/DerivedData; rm -rf /tmp/haste-map-react-native-packager-*; rm -rf ./ios/build; jest --clearCache; cd ios; pod install --repo-update; cd ..; npx jetify; cd android; ./gradlew clean; cd ..;",
"android": "react-native run-android",
"ios": "cd ios && pod install && cd .. && react-native run-ios",
"ios": "bundle install && pod install --project-directory=ios && react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
Expand Down
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', '~> 4.2.0'
s.dependency 'lottie-ios', '~> 4.3.0'

s.swift_version = '5.6'

Expand Down