0
votes

Hey Guys I am trying to navigate between screens. I have set up a screen called games that I am trying to get to from an on press function. When I press the image I would like to move between screens. Everything is working except it is not navigating between the screens when clicked it doesn't do anything. I am using a bottomtabnavigator and react-navigation. It works if I add the screen to the bottomtabnavigator which I dont want todo

enter image description here

enter image description here

enter image description here

1

1 Answers

0
votes

Normally the right way is add screens to the navigator If you dont want to use tab navigator you have to use stack navigator for that then there is no tabs in the bottom but navigation should works

Doc for stack navigator