{ "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" }, "android": { "permissions": [ "android.permission.BLUETOOTH", "android.permission.BLUETOOTH_ADMIN", "android.permission.BLUETOOTH_CONNECT" ], "package": "com.hixcc.duooomiblesdk" } } }