Florian Gyger

Results 46 comments of Florian Gyger

I had the same issue and investigated a bit. Turns out this only happens when using `react-native-audio-recorder-player` with version `3.*` as it was migrated to Swift. The problem is that...

I was able to fix it by adding `"esModuleInterop": true,` to my `tsconfig.json`. Maybe this helps you too?

Would also be interested in this.

Having the same issue. Would be nice to have this fixed instead of having to use a workaround.

@kasterlod Sounds nice! How is it going with the PR? Really need this as well! Or could you share some code in the meantime? Thanks 🙂

@pmella16 not sure about this, but probably no, as I never intentionally installed any beta version.

Would be great to not put this to stale, as there seems to be quite some interest in this feature by many people.

There are two PRs open for this by now. Would be great if one of them could be merged as there seems to be high demand. Is there anything that...