UNPKG

react-native-bluetooth-classic

Version:

Implement bluetooth classic (serial) on Android (Bluetooth Adapter) and IOS (External Accessory)

4 lines (3 loc) 165 B
import { NativeModules } from 'react-native'; import BluetoothModule from './BluetoothModule'; export default new BluetoothModule(NativeModules.RNBluetoothClassic);