Search code examples
react-nativeandroid-emulatorandroid-camerareact-native-ios

react native ios emulator - how do I test camera function on computer, without using a phone?


I implemented code using a React Native package accessing camera to scan documents. I don't have a physical phone. How do I test the functionality using just my ios emulator on computer?


Solution

  • For iOS it's impossible to test the camera. For Android you can configure the emulator to do that.