Commit 695c9d7
committed
fix: add allowBackup:false to expo app config
Expo defines `android.allowBackup` as `true` by default.
https://docs.expo.dev/versions/latest/config/app/#allowbackup
This should be opt-in behavior, imho. Setting this value to false will prevent apps from automatically backing up the app’s documents directory to google drive on the user’s behalf. Developers should have to opt into this behavior by manually changing this to true or removing the value from the `app.json` file.1 parent ed093f9 commit 695c9d7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments