UNPKG

@voturfid/react-native-bluetooth-classic

Version:

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

8 lines (6 loc) 352 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="kjd.reactnative.bluetooth"> <uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> </manifest>