-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find a declaration file for module '@rainbow-me/animated-charts'. #77
Comments
There are no TypeScript typings for this library, but the actual error is something else. Without the actual code that you are using for the library it's very hard to pinpoint. |
I'm having a same issue. Followed exactly what's being done on https://github.com/rainbow-me/react-native-animated-charts. |
I couldn't resolve this error so I switched to react-native-wagmi-charts. |
I had this error too.
My React Native (Expo) with TypeScript version is 0.64.3. |
Could not find a declaration file for module '@rainbow-me/animated-charts'. '/Users/talhaatiq/Documents/GitHub/mustaqbil-reactnative/node_modules/@rainbow-me/animated-charts/src/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/rainbow-me__animated-charts
if it exists or add a new declaration (.d.ts) file containing `declare module '@rainbow-me/animated-charts';`
The text was updated successfully, but these errors were encountered: