Marc Rousavy
Marc Rousavy
Hi! Thanks for the bug report. Could you try opening Android Studio and place a breakpoint in that line: https://github.com/mrousavy/react-native-vision-camera/blob/43f5a735a5459c7dad70ee8f5bc6eada0efc6cd2/android/src/main/java/com/mrousavy/camera/CameraView.kt#L138 Then as soon as the breakpoint gets hit, please tell...
You're just running the `example/` right? Everything works fine if you disable `photo` and/or `video`?
Hi! Sorry, no update from my side, I've been really busy with contracting. I'd love to review and merge a PR that fixes this, not entirely sure what's causing this...
Well it would be useful to know if there are types in the [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) repository which have to be extra installed as a dev dependency (`npm i @types/react-native-some-library -D`), or...
Hey! Thanks for the PR, but can you remove MMKV out of there? I think the MMKV docs explain how to set it up correctly anyways.
how is the ShareableValue error fixed? by importing it at last?
Apparently my `InteractionManager.runAfterInteractions()` callback is never being called, I've created an issue on facebook/react-native regarding this. Can this be related? https://github.com/facebook/react-native/issues/29421 After a quick search in this repository I found...
@oblador Might have something to do with `react-native-screens`, will test this out. Would be a bummer though, as I rely on `react-native-screens` for navigation (`react-navigation` requires `react-native-screens`)
@oblador I don't think it is related to #1212, as the icon in the purple button isn't visible either, and that should be white. Also, I've reset the simulator but...
@oblador I have disabled rn-screens and the icons still failed to show on release build. Just now I also managed to see this behaviour in debug mode aswell, couldn't reproduce...