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);
}


Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i react-native-lite-qrcode

Weekly Downloads

2

Version

0.0.2

License

Apache-2.0

Last publish

Collaborators

  • littocats