ideacreation / react-native-barcodescanner

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

View is black on react native 0.18 #6

Closed imWildCat closed 8 years ago

imWildCat commented 8 years ago

I followed the instructions but it not worked.

The view is black.

Here is my code: https://github.com/imWildCat/barcode-scanner-not-working

andreaskeller commented 8 years ago

Hi,

If you replace AppRegistry.registerComponent('BarcodeDemo', () => BarcodeScanner); with AppRegistry.registerComponent('BarcodeDemo', () => BarcodeScannerExampleApp); it should work. Let me know if that helped.

imWildCat commented 8 years ago

@andreaskeller Sorry for my carelessness! Thanks a lot!