Expo app crashes immediately if BleManager is used
I created a fresh expo app and installed react-native-ble-plx according to these instructions and if I use the line
const manager = new BleManager();
The app crashes immediately upon running without any errors or messages of any kind. If I uncomment that line, it works fine.
Any ideas what I can check or do?
Are you using Expo Go? If so you need to build custom client since this package requires custom native code. Check out @config-plugins/react-native-ble-plx
@domenbukovac Thanks for your reply! Yes, I am using that package and a custom dev client. I've successfully used it in an app before but this crashing behavior is new and I'm not sure how to debug it.
Same here
Solved you have to add this
