ideacreation / react-native-barcodescanner

A barcode scanner component for react native - not maintained anymore - use react-native-camera
MIT License
537 stars 162 forks source link

Camera breaks in react-native 0.30.0 #48

Closed kevinnguy closed 7 years ago

kevinnguy commented 7 years ago

Hi all, I tried running the Example project with react-native 0.30.0 and I got this screen. Not sure if this has happened before on other react-native versions.

1

patmisch commented 7 years ago

Be sure to add <uses-permission android:name="android.permission.CAMERA"/> to your AndroidManifest.xml file

kevinnguy commented 7 years ago

Thanks a lot, @patmisch !