App gets closed when opening a component

I am working on a project in which I am showing some images from /assets/images directory but when I added some more images into the directory and referenced it in a component which is referenced in navigation, my app gets closed and I am presented with home (projects) screen in my Expo Go client on my phone.
I’ve tried restarting sever, restarting app in phone, referencing different images which are present from start but nothing worked.

anyone know how to solve this issue.

I am using:
Expo Go (2.19.3),
Expo CLI (4.4.4) on PC,
React Navigation (v5)