Could not find a declaration file for module 'react-native-cardview'. '/Users/bishes/Desktop/Workspace/VantageBit/pasls/app/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';ts(7016)
I was trying to use this library but after installation when I was importing the module I stumbled upon the above issue and I've been trying to solve it for the past couple of days yet I cannot find the solution. Please do have a look and help me resolve this.
Could not find a declaration file for module 'react-native-cardview'. '/Users/bishes/Desktop/Workspace/VantageBit/pasls/app/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 containingdeclare module 'react-native-cardview';
ts(7016)I was trying to use this library but after installation when I was importing the module I stumbled upon the above issue and I've been trying to solve it for the past couple of days yet I cannot find the solution. Please do have a look and help me resolve this.