about summary refs log tree commit diff
path: root/app.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-22 13:23:12 -0500
committerGitHub <noreply@github.com>2023-03-22 13:23:12 -0500
commit449f9243f3e58f684826e7d5830fc23deaa5c901 (patch)
tree14c5f16902c7156378a894690aa867b034489961 /app.json
parenta369e079568fbe31e604235238169146e4495390 (diff)
downloadvoidsky-449f9243f3e58f684826e7d5830fc23deaa5c901.tar.zst
Filter content by your device's configured languages (#354)
Diffstat (limited to 'app.json')
-rw-r--r--app.json5
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"
+    ]
   }
 }