Tuomas Aho
Results
14
comments of
Tuomas Aho
@fviard I made new package with this change. See https://www.npmjs.com/package/react-qr-reader2
`onShow` and `onHide` are also missing
This would be awesome
Hi! I had this same issue. It can be fixed by making custom Toggle decorator. Mostly copied from source code: ``` const Toggle = ({style}) => { const {height, width}...