diff options
author | Hailey <me@haileyok.com> | 2024-06-05 09:05:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 09:05:25 -0700 |
commit | aefbab3850fe23cad45026ae6bdaaffdc92699ca (patch) | |
tree | c8c6bb3a0d3d985bc96fe3f013cd1d238d9b7c4c | |
parent | af2aaa1f39137c7e1e4926efaa6540942f607cf4 (diff) | |
download | voidsky-aefbab3850fe23cad45026ae6bdaaffdc92699ca.tar.zst |
Remove `expo-constants` (#4371)
-rw-r--r-- | package.json | 1 | ||||
-rw-r--r-- | yarn.lock | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index bca0d7459..26a61f057 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,6 @@ "expo-build-properties": "^0.12.1", "expo-camera": "~15.0.9", "expo-clipboard": "^6.0.3", - "expo-constants": "~16.0.1", "expo-dev-client": "^4.0.14", "expo-device": "~6.0.2", "expo-file-system": "^17.0.1", diff --git a/yarn.lock b/yarn.lock index fc29b2a20..792c74a4d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12083,7 +12083,7 @@ expo-constants@^13.0.2: "@expo/config" "~7.0.0" uuid "^3.3.2" -expo-constants@~16.0.0, expo-constants@~16.0.1: +expo-constants@~16.0.0: version "16.0.1" resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-16.0.1.tgz#1285e29c85513c6e88e118289e2baab72596d3f7" integrity sha512-s6aTHtglp926EsugWtxN7KnpSsE9FCEjb7CgEjQQ78Gpu4btj4wB+IXot2tlqNwqv+x7xFe5veoPGfJDGF/kVg== |