other means
This commit is contained in:
14
app.json
14
app.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user