react-native-ble-plx disconnects from BLE device whenever I use navigation.navigate() – React native
I am using React Native context to pass data from a simple react-native-ble-plx script to different screens in my app. I'm using react-native-navigation for these screens. Whenever I call navigation.navigate(), I successfully navigate to another screen, but I no longer…