UNPKG

react-native-qrcode-svg

Version:

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

10 lines (9 loc) 207 B
{ "extends": "@react-native/typescript-config/tsconfig.json", "include": ["src/**/*", "global.d.ts"], "esModuleInterop": true, "compilerOptions": { "jsx": "react", "skipLibCheck": true } }