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
src/index.tsx:3:28 - error TS2307: Cannot find module 'react-native-paper/lib/typescript/src/types' or its corresponding type declarations.
3 import type { Theme } from 'react-native-paper/lib/typescript/src/types';
The text was updated successfully, but these errors were encountered:
Cannot auto complete theme when using makeStyles due to the Theme type of react-native-paper import from the wrong path.
Example:
Error from dev server:
The text was updated successfully, but these errors were encountered: