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

Changing `viewFinder*` props doesn't have any effect #9

Closed andreyvital closed 8 years ago

andreyvital commented 8 years ago

As the title already states... I tried to set custom values for viewFinder* properties and none of those worked: viewFinderDrawLaser, viewFinderLaserColor, viewFinderBorderLength, viewFinderBorderWidth.

andreaskeller commented 8 years ago

Changes of ReactProp class in react native 0.19 introduced these issues (https://github.com/facebook/react-native/issues/5649). Please update to newest version 1.0.0 which corrects these. Could you close the issue if the problem is solved after the update? Thank you.

andreyvital commented 8 years ago

Sure @andreaskeller.

andreyvital commented 8 years ago

Well, it worked partially, @andreaskeller. viewFinderDrawLaser still doesn't have any effect.