I am trying to build an app in which when in click the component that has an image and title, I should be directed to its corresponding page (screen).
The home page looks like the following:

One of the component which I tried to link to its corresponding screen is as follows:

I do not understand why the component cannot navigate to an existing screen. What am I missing?
Thank you.