Relative Content

Tag Archive for react-nativereact-navigation

How to use Stack Navigator Inside a Drawer Navigator in react native

I have a drawer with two components, Home screen and todoList. From todoList page I want to go to Add Item page. So when I nest my stack navigator and navigate to todolist page from drawer, When i click the + button in todolist it says “The action ‘NAVIGATE’ with payload {“name”:”AddNewItem”} was not handled by any navigator.Do you have a screen named ‘AddNewItem’?.”