Could not find a declaration file for module 'react-native-searchable-dropdown'. code example
Example 1: Could not find a declaration file for module 'react'
yarn add eslint-import-resolver-typescript -D
// Add in .eslintrc
"settings": {
"import/resolver": {
"typescript": {}
}
}
Example 2: Could not find a declaration file for module 'react'.
When a module is not yours - try to install types from @types:
npm install -D @types/module-name