mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Flow Example",
|
|
"slug": "expo-two-way-audio-flow-example",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": false,
|
|
"bundleIdentifier": "expo.modules.twowayaudio.flow.example",
|
|
"infoPlist": {
|
|
"UIBackgroundModes": ["audio"],
|
|
"NSMicrophoneUsageDescription": "Allow Speechmatics to access your microphone"
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"permissions": ["RECORD_AUDIO", "MODIFY_AUDIO_SETTINGS"],
|
|
"package": "expo.modules.twowayaudio.flow.example"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"compileSdkVersion": 34,
|
|
"targetSdkVersion": 31,
|
|
"minSdkVersion": 26,
|
|
"buildToolsVersion": "34.0.0"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|