app.json file. You need to add the below permissions block inside android block of the app.json file.
- app.json
app.json file. You need to add the below permissions block inside android block of the app.json file.
"permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE",
"VIBRATE",
"INTERNET"
],
Was this page helpful?