The backend provided in the networking section has a bug. It doesn’t include the “assets” folder. When calling the server in the React Native advanced course, the backend provided doesn’t include the “assets” folder therefore I had to create it myself and add images.
The server is supposed to send URLs to these assets but they don’t exist. Additionally, I cannot get the images to display despite following the course and having the source code.