Hello! How to use CameraX library with pure compos...
# compose-android
p
Hello! How to use CameraX library with pure compose?
z
I myself haven't used CameraX, but it's possible to do it through view interop. Here's a good example https://github.com/X1nto/Mauth/blob/master/app/src/main/java/com/xinto/mauth/ui/screen/qrscan/component/QrScanCamera.kt
p
Very nice example! Thank you!