I was working on a react-native project (not using typescript). All of a sudden I noticed I could not use react native APIs with auto-completion. When hovering over react native import get the warning "Could not find a declaration file for module 'react-native' ../node_modules/react-native/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/react-native if it exists or add a new declaration (.d.ts) file containing declare module 'react-native'; ". once again I'm not using typescript
P.S: I forgot to mention that I'm using expo sdk 44