47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"expo": {
|
|
"name": "duooomi-ble-sdk",
|
|
"slug": "duooomi-ble-sdk",
|
|
"version": "1.0.0",
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"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",
|
|
"publishing": [
|
|
{
|
|
"type": "localDirectory",
|
|
"name": "dist",
|
|
"path": "./dist/android/maven"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
[
|
|
"react-native-ble-plx",
|
|
{
|
|
"isBackgroundEnabled": true,
|
|
"modes": [
|
|
"peripheral",
|
|
"central"
|
|
],
|
|
"bluetoothAlwaysPermission": "This app needs Bluetooth to communicate with your device"
|
|
}
|
|
]
|
|
],
|
|
"ios": {
|
|
"bundleIdentifier": "com.hixcc.duooomi-ble-sdk"
|
|
}
|
|
}
|
|
}
|