James Hill
James Hill
@chovy Bit late to this party, but I noticed this issue while looking for a solution to a different one! Hopefully you've found a solution by now, but in case...
@fbacker Just installed your latest - the iOS scanning area seems to be working correctly, ignoring stuff outside the area. Great PR, hopefully gets merged! 👍
@halilb I've just come across this issue in ``` "react-native": "^0.49.5", "react-native-textinput-effects": "^0.4.2", ``` I think the issue is that the README.md uses `backgroundColor` as an attribute (not a style...
Looks like `bower.json` spec ignores the `version` in the file, and just uses the git tags instead: see https://github.com/bower/bower.json-spec. So the cleanest way would probably be to remove the `version`...