Cannot find module '../assets/images/splashImg.jpg' or its corresponding type declarations.ts(2307) – React native
I have a ts(2307) error when I import some jpg files from my src folder and vsc warns that 'Cannot find module or its corresponding type declarations.' Though, my code compiled and run well, but I don't want to see…