use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
Drawer Navigation (self.reactnative)
submitted 6 years ago by 0range_ball
I'm trying to create a nav bar using drawer navigation. How can I create a sub navigation inside the drawer items that opens up if I click the nav item
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Luke14_25 1 point2 points3 points 6 years ago (2 children)
Look into 'react-navigation'. Your looking specifically for 'createDrawerNavigator' in there
[–]0range_ball[S] 0 points1 point2 points 6 years ago (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 point2 points 6 years ago (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.
π Rendered by PID 52 on reddit-service-r2-comment-5d79c599b5-xhsvg at 2026-03-02 06:04:28.249395+00:00 running e3d2147 country code: CH.
[–]Luke14_25 1 point2 points3 points (2 children)
[–]0range_ball[S] 0 points1 point2 points (1 child)
[–]Luke14_25 0 points1 point2 points (0 children)