Project Structure Issue

I’ve just started using react native and expo and I’ve been restructuring folders over and over again because I run into multiple errors where a js file can’t find an image that’s located under ./asses/navigation/the_image.png. The only time I got it to work was having all the js files within the App.js and have the App.js located under “./” and the pictures in the same location.

This is what the error looks like: Imgur: The magic of the Internet

And this is what What my project structure looks like: Imgur: The magic of the Internet

What’s the proper way to structure my project and how can I get files such as my profile.js to find images in assets?