JAMDev

Results 3 comments of JAMDev

to use the back camera, pass the following property to the component: ``` JSX ```

same, it worked for me @rajrajhans, thanks, a lot

So, first, the useEffect clean up: ``` TS return () => { BrowserCodeReader.releaseAllStreams() controlsRef.current?.stop(); }; ``` dosen't have access to the `controlsRef.current` defined inside of itself, so the `controlsRef.current?.stop()` will...