1.0.1 • Published 6 years ago

@cedarplus/qrcode v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

cedarplus-qrcode

Setup

  • npm install --save @cedarplus/qrcode
  • npm install --save react-native-camera
  • react-native link react-native-camera

Import

  • Type: Screen
  • import QrcodeScreen from '@cedarplus/qrcode'

PropTypes

  • cancelButtonVisible: React.PropTypes.bool
  • cancelButtonTitle: React.PropTypes.string
  • onSuccess: React.PropTypes.func
  • onCancel: React.PropTypes.func
  • navigation: React.PropTypes.any