wonsikin / react-native-barcode-builder

Component for generating barcode in react native app
Other
175 stars 116 forks source link

feat: Add a declaration file for use with Typescript #42

Closed diosney closed 4 years ago

diosney commented 4 years ago

Currently if used within a Typescript project, it throws the following error:

Error:(4, 28) TS7016: Could not find a declaration file for module 'react-native-barcode-builder'. '/home/app/node_modules/react-native-barcode-builder/index.js' implicitly has an 'any' type.
  Try `npm install @types/react-native-barcode-builder` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-native-barcode-builder';`

Tried npm install @types/react-native-barcode-builder but ti doesn't exists yet.