Axel Vencatareddy
Axel Vencatareddy
I tried it, with: ```javascript constructor(props) { super(props); this.on = this.on.bind(this); } on(event: string, ref: string) { this.refs[ref][event](); } render() { {this.on("focus", "password")} } /> } ``` and I still...
I'm not using `expo`, do I need to run the script anyway? And how can I check that the wasm file is resolved please? By importing it in my code...
It's working if I use the CDN => https://shopify.github.io/react-native-skia/docs/getting-started/web/#using-a-cdn but not when I'm not passing any parameters to `LoadSkiaWeb`… :/ I can use it like this but I don't really...
Here is the repo link: https://github.com/avencat/react-native-skia-web
Ok so, I ran `yarn setup-skia-web`, it copied the file in a `web` directory, I then ran `yarn web` it still didn't work so I copied the content of `web`...
Hi @vdr-mm-quan, if you're still looking for a solution, you can use this mock instead of the basic one: ```ts jest.mock('@gorhom/bottom-sheet', () => { const { ScrollView, TextInput } =...
Hi there! A year later, we're still having this issue, after some digging on my side, it appears that the 'endCall' listener is being triggered immediately after `displayIncomingCall` has been...
Hi @bsor-dev ! I have the same issue, when the app in in the Background and I call displayIncomingCall, endCall event is triggered immediately, I have some LogCat logs showing...