octavioturra / react-native-alt-beacon

A work-in-progress lib to work with AltBeacon and React Native.
MIT License
34 stars 10 forks source link

Thank you #7

Open autofit opened 8 years ago

autofit commented 8 years ago

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

albo1337 commented 8 years ago

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