react-native-documents / document-picker

Document Picker for React Native

Home Page:https://react-native-documents.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invariant type error

mskarimi opened this issue · comments

Hi
Please added @types/invariant to package.json
I got error when run tsc --pretty --noEmit

Try npm i --save-dev @types/invariant if it exists or add a new declaration (.d.ts) file containing declare module 'invariant';

2 import invariant from 'invariant'
~~~~~~~~~~~
Found 1 error in node_modules/react-native-document-picker/src/index.tsx:2