'react native BLEPrinter.getDeviceList() not found paired device (TM M30) on iOS but in android it work fine

React Native BLEPrinter.getDeviceList() is not found with a paired device (EPSON TM M30) on iOS, but on Android it works fine:

BLEPrinter.init().then(() => {
      BLEPrinter.getDeviceList().then((devices) => {
        console.log(devices);
      })
}) 


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source