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

fix: android skeleton loader #1534

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
23 changes: 21 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1906,8 +1906,27 @@ PODS:
- React-Core
- RNCClipboard (1.11.2):
- React-Core
- RNCMaskedView (0.2.6):
- RNCMaskedView (0.3.2):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNDeviceInfo (8.4.7):
- React-Core
- RNFastImage (8.6.3):
Expand Down Expand Up @@ -2663,7 +2682,7 @@ SPEC CHECKSUMS:
RNBootSplash: 72e9103ddcf03a4f462b6c068d69ecd571c2b8ea
RNCAsyncStorage: 0c357f3156fcb16c8589ede67cc036330b6698ca
RNCClipboard: 3f0451a8100393908bea5c5c5b16f96d45f30bfc
RNCMaskedView: c298b644a10c0c142055b3ae24d83879ecb13ccd
RNCMaskedView: 381d041f80e6bf7983d2c058a34362e6a362ce01
RNDeviceInfo: b32d24c84e40d54b736e62a7d2abd15e1225258d
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
RNFlashList: 67528478a3686204442522a5a4fc33e0f9b11449
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@react-native-community/blur": "4.4.1",
"@react-native-community/netinfo": "11.3.2",
"@react-native-community/slider": "4.5.5",
"@react-native-masked-view/masked-view": "0.2.6",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "6.0.9",
"@react-navigation/elements": "1.3.21",
"@react-navigation/material-top-tabs": "6.6.14",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3182,10 +3182,10 @@
resolved "https://registry.yarnpkg.com/@react-native-community/slider/-/slider-4.5.5.tgz#d70fc5870477760033769bbd6625d57e7d7678b2"
integrity sha512-x2N415pg4ZxIltArOKczPwn7JEYh+1OxQ4+hTnafomnMsqs65HZuEWcX+Ch8c5r8V83DiunuQUf5hWGWlw8hQQ==

"@react-native-masked-view/masked-view@0.2.6":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@react-native-masked-view/masked-view/-/masked-view-0.2.6.tgz#b26c52d5db3ad0926b13deea79c69620966a9221"
integrity sha512-303CxmetUmgiX9NSUxatZkNh9qTYYdiM8xkGf9I3Uj20U3eGY3M78ljeNQ4UVCJA+FNGS5nC1dtS9GjIqvB4dg==
"@react-native-masked-view/masked-view@0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@react-native-masked-view/masked-view/-/masked-view-0.3.2.tgz#7064533a573e3539ec912f59c1f457371bf49dd9"
integrity sha512-XwuQoW7/GEgWRMovOQtX3A4PrXhyaZm0lVUiY8qJDvdngjLms9Cpdck6SmGAUNqQwcj2EadHC1HwL0bEyoa/SQ==

"@react-native/[email protected]":
version "0.76.3"
Expand Down