moaazsidat / react-native-qrcode-scanner

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

slow rendering of camera #165

Open GaneshSaiKumar opened 5 years ago

GaneshSaiKumar commented 5 years ago

What's happening?

camera is taking time(2sec) to render, But it's still scanning qr-code in the backend

Build details?

os: 'android' react-naive-qrcode-scanner: 1.1.2 react-native-camera: 1.8.0 react-navigation: 2.6.6

hzburki commented 5 years ago

I have the same issue. Any solution yet ?

mohammad1374 commented 5 years ago

same issue

jhta commented 5 years ago

same here

bashbers commented 5 years ago

You could try to add cameraProps={{useCamera2Api=true}}, maybe that could fix your problem.

leosena777 commented 5 years ago

@bashbers thank you!