UNPKG

react-native-bluetooth-state-manager

Version:
11 lines (9 loc) 224 B
export const BluetoothStateTypesList = [ 'Unknown', 'Resetting', 'Unsupported', 'Unauthorized', 'PoweredOff', 'PoweredOn', ]; export default BluetoothStateTypesList.reduce((acc, _) => ({ ...acc, [_]: _ }), {});