diff --git a/packages/react-native-hid/src/index.ts b/packages/react-native-hid/src/index.ts index 3e345d8ea..7aa369a75 100644 --- a/packages/react-native-hid/src/index.ts +++ b/packages/react-native-hid/src/index.ts @@ -17,6 +17,7 @@ type DeviceObj = { const disconnectedErrors = [ "I/O error", "Attempt to invoke virtual method 'int android.hardware.usb.UsbDevice.getDeviceClass()' on a null object reference", + "Invalid channel", ]; const listLedgerDevices = async () => {