@Ohmpudit wrote:
<IonTabBar slot="bottom"> <IonTabButton tab="myWarranty" href="/myWarranty"> <IonIcon icon={document} /> <IonLabel>Warranty</IonLabel> </IonTabButton> <IonTabButton tab="addWarranty" href="/addWarranty"> <IonIcon icon={addCircleOutline} /> <IonLabel>Add Warranty</IonLabel> </IonTabButton> <IonTabButton tab="history" href="/history"> <IonIcon icon={refresh} /> <IonLabel>History</IonLabel> </IonTabButton> </IonTabBar> </IonTabs>
I want the tab bar declared in App.tsx to be hidden in some page like signin, login what should I write
const SignIn: React.FC = (props) => { …}
what would be the approach for Signin?
Posts: 1
Participants: 1