How to solve the Error: Unknown named module: "../assets/images/image.jpeg", js engine: hermes

26 Views Asked by At

In my json file, I have a list of projects with their corresponding images. But there is an error when I try to fetch the images. ERROR Error: Unknown named module: "../assets/images/image.jpeg", js engine: hermes

I removed require and tried with url. it worked. But not with the local images in my assets folder

0

There are 0 best solutions below