react-native-lite-qrcode

0.0.2 • Public • Published

react-native-lite-qrcode

API

static propTypes = {
  ... ViewPropTypes,
  source: React.PropTypes.string.isRequired,
  level: React.PropTypes.oneOf(['L', 'M', 'Q', 'H']),
  color: ColorPropType,
  reverse: React.PropTypes.bool
};

static defaultProps = {
  level: 'L',
  color: '#000000',
  reverse: false
};
class QRPath {
  d: ART.Path;
  dim: number;
  constructor(msg: string = '', level: QRCode.Level = 'M', reverse: bool = false);
}


Readme

Keywords

Package Sidebar

Install

npm i react-native-lite-qrcode

Weekly Downloads

1

Version

0.0.2

License

Apache-2.0

Last publish

Collaborators

  • littocats