You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I gets error when load app with react-native-appmetrica module:
Could not find a declaration file for module 'react-native-appmetrica'. '.../node_modules/react-native-appmetrica/index.js' implicitly has an 'any' type.
Try npm install @types/react-native-appmetrica if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-appmetrica';ts(7016)
also when i opens file node_modules\react-native-appmetrica\index.js I get a lot of warnings "Type aliases can only be used in TypeScript files.ts(8008)".
How to fix that issue?
It looks like index.js infacts is index.ts
The text was updated successfully, but these errors were encountered:
I gets error when load app with react-native-appmetrica module:
Could not find a declaration file for module 'react-native-appmetrica'. '.../node_modules/react-native-appmetrica/index.js' implicitly has an 'any' type.
Try
npm install @types/react-native-appmetrica
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-native-appmetrica';
ts(7016)also when i opens file node_modules\react-native-appmetrica\index.js I get a lot of warnings "Type aliases can only be used in TypeScript files.ts(8008)".
How to fix that issue?
It looks like index.js infacts is index.ts
The text was updated successfully, but these errors were encountered: