You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I read that this library supports iOS. I am trying this on iOS simulator but when I call this method:
BLEPeripheral.addCharacteristicToService('XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX', 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX', 16 | 1, 8)
it returns TypeError: Null is not an object. So i console.log(BLEPeripheral), it prints out null as well. I have followed the instructions and link the library through react-native link but still have the problem. I am running on rn 0.6 and ios13. Below is a screenshot of the error:
May I know if I am doing anything wrong or will there be a fix soon for this problem?
The text was updated successfully, but these errors were encountered:
Hi, I read that this library supports iOS. I am trying this on iOS simulator but when I call this method:
BLEPeripheral.addCharacteristicToService('XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX', 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX', 16 | 1, 8)
it returns TypeError: Null is not an object. So i console.log(BLEPeripheral), it prints out null as well. I have followed the instructions and link the library through react-native link but still have the problem. I am running on rn 0.6 and ios13. Below is a screenshot of the error:
May I know if I am doing anything wrong or will there be a fix soon for this problem?
The text was updated successfully, but these errors were encountered: