UNPKG

react-native-qrcode-svg

Version:

A QR Code generator for React Native based on react-native-svg and javascript-qrcode.

13 lines (11 loc) 208 B
import PropTypes from 'prop-types' export const Image = { propTypes: { source: PropTypes.oneOfType([ PropTypes.number, PropTypes.shape({ uri: PropTypes.string }) ]) } }