moaazsidat / react-native-qrcode-scanner

A QR code scanner component for React Native.
MIT License
2.04k stars 516 forks source link

Camera is active when i navigate to another screen. #366

Closed fiorelosLaconics closed 2 years ago

fiorelosLaconics commented 2 years ago

i am not sure if this is an issue or maybe i need to at some other settings but in ios whenever i change screens i get a signal that the camera is still active. any idea how i can fix this is this a issue others have faced?

ZaharGusyatin commented 2 years ago

hello, have you found fix about this bug?

frabanca commented 2 years ago

Hi @fiorelosLaconics , have you tried this solution? I've just tried and worked form me.

https://github.com/moaazsidat/react-native-qrcode-scanner/issues/136

sangayt1997 commented 2 years ago

@fiorelosLaconics, did you made the reactivate={true}? for me this was the issues. when i made it reactivate={false} it worked.

fpiantoni commented 2 years ago

@fiorelosLaconics did you solved this?? I am having the same issue. Without the reactivate is still happening