glocore

Results 32 comments of glocore

Any updates around this? I need to use react-native-webrtc with SIP, and I can't use this library or SIP.js, as they both default to the browser's API

I got this error when my `onSuccess` method did not have a `this` binding. Converting it into an arrow function solved the issue.

For me, the issue was that although the app would come to the foreground on clicking on the app link (say from an SMS), the callback passed to `Linking.addEventListener` never...

@chase's fix seems to work for me only when the `BrowserView` spans the whole width and height of the window. My app has some "chrome" around the `BrowserView`, and I'm...

Meanwhile, for anyone looking for notebook links, see the description below this video: https://www.youtube.com/watch?v=tPYj3fFJGjk

@pacocoursey I agree, but resetting the `value` prop to the first item breaks keyboard navigation and selection since those are handled internally by cmdk. Is there a way to control...

I'm also facing the same issue. It works when I comment out my `onBlur` function. @agonsalves were you able to solve this?