'React native typescript import image png, error

I have an error. While I can run my code with it without issue, it may become an issue later. Here is the import :

import structure from "../../../assets/Structure.png";
import panel from "../../../assets/Panel.png";
import navigations from "../../../assets/Navigation.png";
import formulaire from "../../../assets/Formulaire.png";
import blocs from "../../../assets/Blocs.png";
import basics from "../../../assets/Basics.png";

And here is the error for each of these line :

Cannot find module '../../../assets/Blocs.png' or its corresponding type declarations.ts(2307)

Many thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source