I am building a Bluetooth app (using react-native-ble-plx and Redux).
When the app is running in the simulator, I can debug the Redux state with React Native Debugger. But Bluetooth is not available in the simulator, so I have to build the app every time I want to see my changes (correct me if I am doing wrong). But now I don't know how to debug the Redux state when I test my app on the device. Any suggestion there?