react-native-vision-camera/android/src/main
Menardi 3850491b9f
fix: Fix takeSnapshot not working on Android (#961)
Accessing previewView.bitmap was throwing an error because it wasn't being done on the main thread.
Any access to previewView needs to be done on the main (UI) thread. This commit fixes the issue by
ensuring this access is now run on the main thread.

Fixes #547
2022-04-04 11:03:08 +02:00
..
cpp fix: Log Stacktrace on Frame Processor Error (#731) 2022-01-10 16:37:47 +01:00
java/com/mrousavy/camera fix: Fix takeSnapshot not working on Android (#961) 2022-04-04 11:03:08 +02:00
AndroidManifest.xml update android lib name 2021-02-19 20:48:35 +01:00