I have a PostList extending from RelayFragmentComponentP and I want to navigate to Post screen when user clicks on any of the Post item on the list screen but there is no navigate object in RelayFragmentComponent so I'm not sure what is the best way to navigate from PostList to Post screen.
I have a
PostList
extending fromRelayFragmentComponentP
and I want to navigate to Post screen when user clicks on any of the Post item on the list screen but there is no navigate object in RelayFragmentComponent so I'm not sure what is the best way to navigate from PostList to Post screen.Can someone help me please?