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
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
On version v1.3.5 neither BluetoothStateManager.onStateChange nor the BluetoothState declarative API is working anymore.
Error is : TypeError : Cannot read property 'apply' of undefined, js engine: hermes
I dont know the code base so I'm not sure whats the purpose of these commits : 34bf411 and bbdd9b0 but I guess they are the cause of the error since it works on previous versions and the other commit only changes a null value to true in requestToEnableListener
The text was updated successfully, but these errors were encountered:
On version v1.3.5 neither
BluetoothStateManager.onStateChange
nor theBluetoothState
declarative API is working anymore.Error is :
TypeError : Cannot read property 'apply' of undefined, js engine: hermes
I dont know the code base so I'm not sure whats the purpose of these commits : 34bf411 and bbdd9b0 but I guess they are the cause of the error since it works on previous versions and the other commit only changes a
null
value totrue
inrequestToEnableListener
The text was updated successfully, but these errors were encountered: