React-native Image not displaying image with require and local image
I have been trying to solve this issue for the past few days, but when I use <Image source={require("path/image.png")} style={{width:100, height:100}} />
the image will not display on my emulator. I also tried to build the app locally, and it still will not show in the app.