ekreutz / react-native-barcode-scanner-google

Barcode scanner for react native, which implements barcode detection from Google's Vision API.
MIT License
113 stars 68 forks source link

Pause camera #15

Closed giorgiootto closed 6 years ago

giorgiootto commented 6 years ago

Hi ,

Could pass a example to pause camera????

romanenko commented 6 years ago

Hello, @giorgiootto.

I guess, you just need to follow instructions https://github.com/ekreutz/react-native-barcode-scanner-google#utility-functions-resumescanner-and-pausescanner-function

Just include pauseScanner() function from 'react-native-barcode-scanner-google' module and use it in your component method.

giorgiootto commented 6 years ago

Thanks.