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 /app.json | |
parent | a369e079568fbe31e604235238169146e4495390 (diff) | |
download | voidsky-449f9243f3e58f684826e7d5830fc23deaa5c901.tar.zst |
Filter content by your device's configured languages (#354)
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app.json b/app.json index cd84c7bea..adc83d126 100644 --- a/app.json +++ b/app.json @@ -24,6 +24,9 @@ }, "web": { "favicon": "./assets/favicon.png" - } + }, + "plugins": [ + "expo-localization" + ] } } |