简体   繁体   中英

React Native bottom drawer navigation with sub menus?

I am looking for a bottom navigator react native component that will allow me to have sub menus pop out of it?

I'm thinking of something that looks like this:

React Native Navigator

I have a hard time believing this doesn't exist. Can anyone point me in the right direction? I would really appreciate it.

I would suggest using something like createBottomTabNavigator from React Navigation

That allows for bottom navigation but would also also you to create more than one row like your mock. See this link for more info: How to create a bottom tab navigator with multiple rows?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM