Im doing an IOT project with react native, the latest version of react native that i use have Hermes engine support. And the react native ble library im using is react-native-ble-plx. When i instantiated BleManager from react-native-ble-plx, i keeps on receving this error:
TypeError: Cannot read property 'createClient' of null, js engine: hermes
However, the app is still working at the moment, but is this issue serious?