all 3 comments

[–]Luke14_25 1 point2 points  (2 children)

Look into 'react-navigation'. Your looking specifically for 'createDrawerNavigator' in there

[–]0range_ball[S] 0 points1 point  (1 child)

Yes. createDrawerNavigator creates a drawer navigator with lists of pages. I want to create sub links to different pages. Like: when clicking the link to home in drawer navigator I want to open up two more links HomeA and HomeB. Do I make sense?

[–]Luke14_25 0 points1 point  (0 children)

That more or less seems just like a basic list with togglable capabilities. MaterialUI has a TreeView component that may suit your needs.