Hugo Pozzoli
Hugo Pozzoli
Hi Bryan, Following my email, here is the issue you requested. It could be great to be able to integrate Flow (as it is now OpenSource) in Codekit as it...
### What were you trying to do? Remove all annotations ### How did you attempt to do it? ```typescript const removePdfAnnotations = async (filePath: string): Promise => { const uint8Array...
I've created an audio live stream with my previous mobile app (Cordova). I send audio bytes using socket.io, buffer for a few seconds and play the array of bytes. Is...
# Bug report Can't manage to make it work using [@config-plugins/react-native-callkeep](https://www.npmjs.com/package/@config-plugins/react-native-callkeep) - Reproduced on: - [ ] Android - [x] iOS ## Description `RNCallKeep.setup({...})` returns `undefined` and any other functions...
Is there any plan to make this native module compatible with the new expo-dev-client ? Like the community already did with [@react-native-voice/voice](https://docs.expo.dev/clients/getting-started/#customizing-your-runtime) The exemple is here : https://github.com/react-native-voice/voice/blob/master/plugin/src/withVoice.ts If it's...