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
Double check that the linking went right. I had the issue on android, and figured out the linking went wrong, because it was missing new RNBLEPackage() in the MainApplication.java. I'm not sure what the equivalent is in iOS.
And then use import noble from 'react-native-ble'; in your index.ios.js that should work.
So I'm trying to run the advertisement_discovery example on my iphone, but I see the error
noble.on is not a function, noble.on is undefined error. Is there any idea why this error is occurring.
Thanks
The text was updated successfully, but these errors were encountered: