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
{{ message }}
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
Hi, I just installed react-navigation-redux-helpers and am having issues with the TypeScript typings
node_modules/react-navigation-redux-helpers/index.d.ts:9:10 - error TS7016: Could not find a declaration file for module '@react-navigation/core'. '/Users/foo/ui/node_modules/@react-navigation/core/lib/commonjs/index.js' implicitly has an 'any' type.
Try `npm install @types/react-navigation__core` if it exists or add a new declaration (.d.ts) file containing `declare module '@react-navigation/core';`
9 } from '@react-navigation/core';
Okay, I’ve reopened this issue and assigned it to you in the hopes you will do something about it. Again I don’t maintain the TypeScript typings so need somebody else to take the lead
A good start would be to tag in the previous maintainers of these typings. Why aren’t they having the same issue? Perhaps you have misconfigured something?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I just installed react-navigation-redux-helpers and am having issues with the TypeScript typings
My implementation:
Here is the contents of the
node_modules/react-navigation-redux-helpers/index.d.ts
file:Any ideas what's wrong with the typings on the last line?
'@react-navigation/core';
The text was updated successfully, but these errors were encountered: