From b7ccce88c6cb5da1e2a406539f03ddffab630dfc Mon Sep 17 00:00:00 2001 From: solderq35 Date: Tue, 12 Mar 2024 14:01:05 -0700 Subject: [PATCH] fix default android storage size --- app.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index e5cb24e0..381365aa 100644 --- a/app.json +++ b/app.json @@ -25,6 +25,11 @@ "web": { "favicon": "./assets/favicon.png" }, - "plugins": ["expo-router"] + "plugins": ["expo-router"], + "mods": { + "mods.android.gradleProperties": { + "AsyncStorage_db_size_in_MB": "100" + } + } } }