59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Netralax",
|
|
"slug": "netralax",
|
|
"version": "0.1.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"scheme": "netralax",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#0b0b0f"
|
|
},
|
|
"assetBundlePatterns": ["**/*"],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "cloud.netralax.app",
|
|
"infoPlist": {
|
|
"ITSAppUsesNonExemptEncryption": false
|
|
}
|
|
},
|
|
"android": {
|
|
"package": "cloud.netralax.app",
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#0b0b0f"
|
|
}
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-secure-store",
|
|
"expo-sqlite",
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"color": "#0b0b0f"
|
|
}
|
|
],
|
|
[
|
|
"expo-image-picker",
|
|
{
|
|
"photosPermission": "Netralax greift auf deine Fotos zu, damit du sie in Nachrichten teilen kannst.",
|
|
"cameraPermission": "Netralax nutzt die Kamera für Fotos in Nachrichten."
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "REPLACE_WITH_EAS_PROJECT_ID"
|
|
}
|
|
}
|
|
}
|
|
}
|