Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32164705
D14958.1765048452.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D14958.1765048452.diff
View Options
diff --git a/native/media/media-gallery-media.react.js b/native/media/media-gallery-media.react.js
--- a/native/media/media-gallery-media.react.js
+++ b/native/media/media-gallery-media.react.js
@@ -43,6 +43,8 @@
easing: ReanimatedEasing.inOut(ReanimatedEasing.ease),
};
+const AnimatedLottieView = Animated.createAnimatedComponent(LottieView);
+
type Props = {
+selection: MediaLibrarySelection,
+containerHeight: number,
@@ -233,7 +235,7 @@
const overlay = (
<AnimatedView style={buttonsStyle}>
- <LottieView
+ <AnimatedLottieView
source={require('../animations/check.json')}
progress={checkProgress}
style={styles.checkAnimation}
diff --git a/native/package.json b/native/package.json
--- a/native/package.json
+++ b/native/package.json
@@ -96,7 +96,7 @@
"invariant": "^2.2.4",
"lib": "0.0.1",
"lodash": "^4.17.21",
- "lottie-react-native": "^5.1.4",
+ "lottie-react-native": "7.2.2",
"md5": "^2.2.1",
"olm": "git+https://github.com/CommE2E/olm.git#v0.2.5",
"react": "19.0.0",
diff --git a/yarn.lock b/yarn.lock
--- a/yarn.lock
+++ b/yarn.lock
@@ -10323,11 +10323,6 @@
pify "^2.3.0"
strip-dirs "^2.0.0"
-dedent@^0.6.0:
- version "0.6.0"
- resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.6.0.tgz#0e6da8f0ce52838ef5cec5c8f9396b0c1b64a3cb"
- integrity sha1-Dm2o8M5Sg471zsXI+TlrDBtko8s=
-
dedent@^1.0.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.5.1.tgz#4f3fc94c8b711e9bb2800d185cd6ad20f2a90aff"
@@ -14704,7 +14699,7 @@
from2 "^2.1.1"
p-is-promise "^1.1.0"
-invariant@*, invariant@2.2.4, invariant@^2.2.2, invariant@^2.2.4:
+invariant@*, invariant@2.2.4, invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -17592,13 +17587,10 @@
dependencies:
js-tokens "^3.0.0 || ^4.0.0"
-lottie-react-native@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/lottie-react-native/-/lottie-react-native-5.1.4.tgz#9340a4f63ed115d5f050f1af69e53242e6e63840"
- integrity sha512-Lu6mSG92Wck+vXEX6gfj/9ciqqoz0tJQZqgX0SumGvX/oZu4MbKO/oLApyHdy2V9Rb7qvwF9whOtitADxTswPA==
- dependencies:
- invariant "^2.2.2"
- react-native-safe-modules "^1.0.3"
+lottie-react-native@7.2.2:
+ version "7.2.2"
+ resolved "https://registry.yarnpkg.com/lottie-react-native/-/lottie-react-native-7.2.2.tgz#f328526dba9a36ba8c908aed9d3f68a8d3e0ec41"
+ integrity sha512-pp3dnFVFZlfZzIL5qKGXju2d6RfnYhPbb8xQL9dYqvPbPy2EbnK2aFlv6jAZLYh0QjUGPEmRAgAAnsOOtT+H9Q==
lottie-web@^5.10.0:
version "5.12.2"
@@ -21215,13 +21207,6 @@
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.4.1.tgz#239c60b8a9a80eac70a38a822b04c0f1d15ffc01"
integrity sha512-N9XTjiuD73ZpVlejHrUWIFZc+6Z14co1K/p1IFMkImU7+avD69F3y+lhkqA2hN/+vljdZrBSiOwXPkuo43nFQA==
-react-native-safe-modules@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/react-native-safe-modules/-/react-native-safe-modules-1.0.3.tgz#f5f29bb9d09d17581193843d4173ad3054f74890"
- integrity sha512-DUxti4Z+AgJ/ZsO5U7p3uSCUBko8JT8GvFlCeOXk9bMd+4qjpoDvMYpfbixXKgL88M+HwmU/KI1YFN6gsQZyBA==
- dependencies:
- dedent "^0.6.0"
-
react-native-screens@~4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-4.10.0.tgz#40634aead590c6b7034ded6a9f92465d1d611906"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 7:14 PM (18 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5840338
Default Alt Text
D14958.1765048452.diff (3 KB)
Attached To
Mode
D14958: [native][RN79][skip-ci] Update to lottie-react-native@7.2.2
Attached
Detach File
Event Timeline
Log In to Comment