54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"expo": {
|
|
"plugins": [
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"usesCleartextTraffic": true
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"name": "Assemblr",
|
|
"slug": "Assemblr",
|
|
"version": "1.5.3",
|
|
"orientation": "portrait",
|
|
"icon": "./src/assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"splash": {
|
|
"image": "./src/assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"assetBundlePatterns": [
|
|
"src/**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.anonymous.Assemblr"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./src/assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "com.anonymous.Assemblr",
|
|
"permissions": [
|
|
"INTERNET",
|
|
"REQUEST_INSTALL_PACKAGES",
|
|
"READ_EXTERNAL_STORAGE",
|
|
"WRITE_EXTERNAL_STORAGE"
|
|
]
|
|
},
|
|
"web": {
|
|
"favicon": "./src/assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "44593e40-e504-4784-9e23-3cc90a6c1f74"
|
|
}
|
|
}
|
|
}
|
|
}
|