JohnGoodman
JohnGoodman
Hey, thanks for making this, it helped me out. I had to add `\ No newline at end of file` at the end of the file make it work. ---...
@ecastago What's the actual version of react-native-audio-recorder-player? Many months ago I got this message sometimes and had to apply the patch, but after upgrading to a more recent version, the...
when I upgraded to react native 0.72.7 hot code reload stopped working. I'm using the simulator so there's no wifi issues.
A bit late here, but in case someone is looking, I was able to get IOS to save as a wav with this configuration: ``` const path = Platform.select({ ios:...
Looking at the code, I'm wondering if line 164 of src/index.js needs to be updated from ` self.context.close()` to ` self.context.closeMic()`
@waiting-for-dev thanks for the reply. When I decode the JWT, it's giving me the user ID which I then use to look up the user account. Today, I switched to...
@jonpauldavies no, I haven't been able to pinpoint the issue. However, after making the update to use the 'HS512' hash algorithm, I haven't heard any reports of the issue, so...