Files
duooomi-ble-sdk/app.json

68 lines
1.7 KiB
JSON

{
"expo": {
"name": "duooomi-ble-sdk",
"slug": "duooomi-ble-sdk",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "duooomiblesdk",
"userInterfaceStyle": "automatic",
"ios": {
"icon": "./assets/expo.icon"
},
"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"
},
"predictiveBackGestureEnabled": false
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"backgroundColor": "#208AEF",
"android": {
"image": "./assets/images/splash-icon.png",
"imageWidth": 76
}
}
],
[
"expo-brownfield",
{
"ios": {
"targetName": "DuooomiBleSDK",
"bundleIdentifier": "com.duooomi.ble.sdk"
},
"android": {
"libraryName": "duooomi-ble-sdk",
"group": "com.duooomi",
"package": "com.duooomi.ble.sdk",
"version": "1.0.0"
}
}
],
[
"react-native-ble-plx",
{
"isBackgroundEnabled": true,
"modes": ["peripheral", "central"],
"bluetoothAlwaysPermission": "This app needs Bluetooth to communicate with your device"
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}