UNPKG

zebra-striped

Version:

Generate barcodes natively in React Native with the ZXing library underhood!

10 lines 278 B
import * as React from "react"; export default function ZebraCode(props) { return (<div> <span> Not supported platform(yet! ⏳), cannot generate code for value: {` ${props.value}`} </span> </div>); } //# sourceMappingURL=ZebraCode.web.js.map