{ "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" } } ], [ "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" } } }