react-native-alt-beacon icon indicating copy to clipboard operation
react-native-alt-beacon copied to clipboard

Thank you

Open autofit opened this issue 8 years ago • 1 comments

i success run your example,but no auto open bluetooth.

autofit avatar Apr 08 '16 21:04 autofit

You can do auto open bluetooth by your own. Just change your MainActivitiy.java and use the android app lifecycle.

you have to import android.bluetooth.BluetoothAdapter and then you can enable bluetooth by using the BluetoothAdapter and its function .enable().

Kind regards, albo1337

albo1337 avatar May 12 '16 07:05 albo1337