expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
427 stars 91 forks source link

chore(react-native-ble-plx)!: drop `bluetoothPeripheralPermission` property #154

Closed EvanBacon closed 1 year ago

EvanBacon commented 1 year ago

Why

This permission is now fully deprecated as far as Expo is concerned (which has a lower baseline (iOS 13) than apps like Twitter (iOS 14)). We can now safely drop the permission https://developer.apple.com/documentation/bundleresources/information_property_list/nsbluetoothperipheralusagedescription

How

Test Plan