73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"expo": {
|
|
"name": "mobile-voice",
|
|
"slug": "mobile-voice",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "mobilevoice",
|
|
"userInterfaceStyle": "automatic",
|
|
"ios": {
|
|
"icon": "./assets/expo.icon",
|
|
"bundleIdentifier": "com.anomalyco.mobilevoice",
|
|
"infoPlist": {
|
|
"NSMicrophoneUsageDescription": "This app needs microphone access for live speech-to-text dictation.",
|
|
"ITSAppUsesNonExemptEncryption": false
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#E6F4FE",
|
|
"foregroundImage": "./assets/images/android-icon-foreground.png",
|
|
"backgroundImage": "./assets/images/android-icon-background.png",
|
|
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
|
},
|
|
"permissions": [
|
|
"RECORD_AUDIO",
|
|
"POST_NOTIFICATIONS",
|
|
"android.permission.FOREGROUND_SERVICE",
|
|
"android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK",
|
|
"android.permission.RECORD_AUDIO",
|
|
"android.permission.MODIFY_AUDIO_SETTINGS"
|
|
],
|
|
"predictiveBackGestureEnabled": false
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"backgroundColor": "#121212",
|
|
"android": {
|
|
"image": "./assets/images/splash-icon.png",
|
|
"imageWidth": 76
|
|
}
|
|
}
|
|
],
|
|
"react-native-audio-api",
|
|
"expo-asset",
|
|
"expo-audio",
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"enableBackgroundRemoteNotifications": true
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
},
|
|
"extra": {
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "89248f34-51fc-49e9-acb3-728497520c5a"
|
|
}
|
|
}
|
|
}
|
|
}
|