diff options
author | Hailey <me@haileyok.com> | 2024-04-04 21:19:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 21:19:15 -0700 |
commit | 0433f8ad68c6778d79d97b35f26ca03ffa9b0db9 (patch) | |
tree | 30cb46a2ece7d23c31dafa6461c360242cfed411 /package.json | |
parent | 101d1589bfdc12e38284b546e57a8ec5f0ee140d (diff) | |
download | voidsky-0433f8ad68c6778d79d97b35f26ca03ffa9b0db9.tar.zst |
migrate to `expo-clipboard` (#3419)
* replace package * replace usages
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 90afe449e..e75488458 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,6 @@ "@miblanchard/react-native-slider": "^2.3.1", "@radix-ui/react-dropdown-menu": "^2.0.6", "@react-native-async-storage/async-storage": "1.21.0", - "@react-native-clipboard/clipboard": "^1.10.0", "@react-native-masked-view/masked-view": "0.3.0", "@react-native-menu/menu": "^0.8.0", "@react-native-picker/picker": "2.6.1", @@ -110,6 +109,7 @@ "expo-application": "~5.8.3", "expo-build-properties": "^0.11.1", "expo-camera": "~14.0.4", + "expo-clipboard": "^5.0.1", "expo-constants": "~15.4.5", "expo-dev-client": "~3.3.8", "expo-device": "~5.9.3", |