Describe the bug
Getting an error when using typscript as follows
could not find a declaration file for module 'react-native-cardview'. '../node_modules/react-native-cardview/index.js' implicitly has an 'any' type.
Try npm install @types/react-native-cardview if it exists or add a new declaration (.d.ts) file containing `declare module 'react-native-cardview';
I am using version 2.0.2
I linked the card-view and running the ios simuator.
Describe the bug Getting an error when using typscript as follows could not find a declaration file for module 'react-native-cardview'. '../node_modules/react-native-cardview/index.js' implicitly has an 'any' type. Try
npm install @types/react-native-cardview
if it exists or add a new declaration (.d.ts) file containing `declare module 'react-native-cardview';I am using version 2.0.2 I linked the card-view and running the ios simuator.