After installation always have an error
TS7016: Could not find a declaration file for module 'react-native-advertising-id'. 'E:/Projects/application/node_modules/react-native-advertising-id/index.js' implicitly has an 'any' type. Try npm install @types/react-native-advertising-id if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-advertising-id';
Already tried creating new externals.d.ts with module declaration, some configurations in tscofing. Nothing helped.
Any suggestions?
RN: 0.59.5 with Redux and TS
After installation always have an error
TS7016: Could not find a declaration file for module 'react-native-advertising-id'. 'E:/Projects/application/node_modules/react-native-advertising-id/index.js' implicitly has an 'any' type. Try
npm install @types/react-native-advertising-idif it exists or add a new declaration (.d.ts) file containingdeclare module 'react-native-advertising-id';Already tried creating new externals.d.ts with module declaration, some configurations in tscofing. Nothing helped.
Any suggestions?
RN: 0.59.5 with Redux and TS