UNPKG

expo-barcode

Version:

Library to generate barcodes and qr codes natively using Kotlin and Swift, integrated with expo.

10 lines (9 loc) 183 B
module.exports = { root: true, extends: ["universe/native"], ignorePatterns: ["build"], rules: { "no-console": "warn", "react-hooks/exhaustive-deps": "error", }, };