diff options
author | Hailey <me@haileyok.com> | 2024-05-28 19:12:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 19:12:56 -0700 |
commit | eb0859bffb419dd14d41522d1dcd427ce9e0bc8d (patch) | |
tree | eb5d173a62e356c882000ae5f76a9a991b302e26 | |
parent | 8f8af476cca54ad26b214e56af022b392d8f9389 (diff) | |
download | voidsky-eb0859bffb419dd14d41522d1dcd427ce9e0bc8d.tar.zst |
Fix `hitSlop` type (#4248)
-rw-r--r-- | yarn.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock index 75a15a8ee..e363cc0a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3113,7 +3113,7 @@ "@discord/bottom-sheet@bluesky-social/react-native-bottom-sheet": version "4.6.1" - resolved "https://codeload.github.com/bluesky-social/react-native-bottom-sheet/tar.gz/3232c7cd9b966dd977c849a360fa853f88dcf3ca" + resolved "https://codeload.github.com/bluesky-social/react-native-bottom-sheet/tar.gz/28a87d1bb55e10fc355fa1455545a30734995908" dependencies: "@gorhom/portal" "1.0.14" invariant "^2.2.4" |