UNPKG

react-native-qrcode-styled

Version:

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

11 lines (10 loc) 588 B
"use strict"; import QRCodeStyled from "./components/SVGQRCodeStyled.js"; import SVGGradient from "./components/SVGGradient.js"; export * from "./types.js"; export * from "./constants.js"; export { default as useQRCodeData } from "./hooks/useQRCodeData.js"; export { isCoordsOfOuterEyes, isCoordsOfInnerEyes, isCoordsOfTopRightOuterEye, isCoordsOfTopRightInnerEye, isCoordsOfTopLeftOuterEye, isCoordsOfTopLeftInnerEye, isCoordsOfBottomLeftOuterEye, isCoordsOfBottomLeftInnerEye } from "./helpers.js"; export { SVGGradient }; export default QRCodeStyled; //# sourceMappingURL=index.js.map