other means

This commit is contained in:
2023-11-09 05:50:30 +03:00
parent f015090143
commit fc06a86059
32 changed files with 353 additions and 143 deletions

View File

@@ -1,7 +1,14 @@
{
"expo": {
"plugins": [
"react-native-keyevent-expo-config-plugin"
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
]
],
"name": "Assemblr",
"slug": "Assemblr",
@@ -25,7 +32,10 @@
"foregroundImage": "./src/assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.anonymous.Assemblr"
"package": "com.anonymous.Assemblr",
"permissions": [
"INTERNET"
]
},
"web": {
"favicon": "./src/assets/favicon.png"