Property permissions is not allowed.
louiechristie opened this issue · 1 comments
louiechristie commented
Description of the bug
Problems tab message:
Property permissions is not allowed.
When using in app.json
"permissions" : []
This should be allowed for using minimum permissions.
To Reproduce
Add "permissions" : []
to app.json
Expected behavior
No problem message in VS Code
Actual behavior
Problem message Property permissions is not allowed.
Additional context
expo v39
MacOS v10.15
VS Code Version: 1.49.1
louiechristie commented
My mistake. Closing issue. It should be android.permissions:
android: {
permissions: []
}