Jump to screen — click to update both views
{[
{k:"home", l:"Home / Discover"},
{k:"search", l:"Browse"},
{k:"map", l:"Map"},
{k:"calendar", l:"Calendar"},
{k:"detail", l:"Event detail", id:"e1"},
{k:"booking", l:"Booking", id:"e1"},
{k:"tickets", l:"Tickets wallet"},
{k:"profile", l:"Profile"},
{k:"ai", l:"AI Concierge"},
{k:"notifications", l:"Notifications"},
{k:"organiser", l:"Organiser"},
{k:"create", l:"Create event"},
].map(s => {
const active = mobileRoute.screen === s.k;
return (
);
})}