Switch to Bottom Tab #725
Closed
salisuabubakar
started this conversation in
General
Replies: 1 comment 12 replies
-
Hi, yea, you can control the active tab. const [tab, setTab] = useState(0);
<TabBar tab={tab} onChangeTab={setTab}> Then you can call |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Is there a way i can click a button to switch to one of the bottom tabs ? Am working on developing a hospital app and i would like to do that for some of the buttons on the homepage. Thanks
Beta Was this translation helpful? Give feedback.
All reactions