React native – Cannot find module '@/assets/image.png' or its corresponding type declarations.ts
I'm working on a React Native project with TypeScript, and I'm trying to import an image like this: Cannot find module '@/assets/image.png' or its corresponding type declarations.ts I've already checked that the image exists at the specified path. How do…