Let’s add the remaining screens to the navigator. There should be 4 of them in total.
Let’s add a screen with the Words
component and the name WORDS_SCREEN
.
And add two more screens with the AddingListOrWord
component.
One named ADD_LIST_SCREEN
and one named ADD_WORD_SCREEN
.
Well, let’s add a transition to the ADD_LIST_SCREEN
screen.
On the Lists
screen, when we click on the RadialButton
, we should get to the ADD_LIST_SCREEN
screen.
This task is part of the Full-Stack JavaScript Course.
If you have any issues with it, you can ask for community help below the post.
Feel free to help others if you’ve already solved the task.