diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-22 13:23:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 13:23:12 -0500 |
commit | 449f9243f3e58f684826e7d5830fc23deaa5c901 (patch) | |
tree | 14c5f16902c7156378a894690aa867b034489961 /package.json | |
parent | a369e079568fbe31e604235238169146e4495390 (diff) | |
download | voidsky-449f9243f3e58f684826e7d5830fc23deaa5c901.tar.zst |
Filter content by your device's configured languages (#354)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 3e38fc228..ebbdb0aa3 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "expo-camera": "~13.2.1", "expo-dev-client": "~2.1.1", "expo-image-picker": "~14.1.1", + "expo-localization": "~14.1.1", "expo-media-library": "~15.2.3", "expo-splash-screen": "~0.18.1", "expo-status-bar": "~1.4.4", |