Instead of importing the image as: import img from "../../assets/logo.png";
import as const img = require("../../assets/logo.png");
Hope this helps.