Skip to content

Commit

Permalink
fix default android storage size
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Mar 12, 2024
1 parent 1acf227 commit b7ccce8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}

0 comments on commit b7ccce8

Please sign in to comment.