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
Using the 1.5.0 version of the package, my editor can't find the type declaration file. According to the package.json, it should be at the root of the project, but no file is here. Instead, a declaration file is created inside the lib/typescript directory (with just any as type).
I'd be glad to help if you can give me some information about the build system.
Yep, I also received this error, which prevents me from building the app, which is quite annoying:
Could not find a declaration file for module 'react-native-compass-heading'. '.../node_modules/react-native-compass-heading/lib/commonjs/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/react-native-compass-heading` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-native-compass-heading';`ts(7016)
Hi,
Using the 1.5.0 version of the package, my editor can't find the type declaration file. According to the package.json, it should be at the root of the project, but no file is here. Instead, a declaration file is created inside the lib/typescript directory (with just any as type).
I'd be glad to help if you can give me some information about the build system.
Version 1.4.2 is fine, by the way (see it in npm)
The text was updated successfully, but these errors were encountered: