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 was 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';
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.tsfile:Any ideas what's wrong with the typings on the last line?
'@react-navigation/core';