Camera not working properly on Android Emulator

Hello there,

I try to build an app with camera functionality but i cant use camera properly. When i try to capture an image, i get “expo go has stopped” error on my local emulator.

Is there a known bug about this or am i missing something?

Here you can check my code; Basic Camera usage - Snack
Try it with android

Thanks for helps!

Hey @merkdev, the Camera module is not supported on Emulators/Simulators. Best to make sure you check a module’s Platform Compatibility when implementing it. See: https://docs.expo.dev/versions/v42.0.0/sdk/camera/

Cheers,
Adam

Thanks a lot @adamjnav
I saw it yesterday.