/* ─────────────────────────────────────────────────
Configurator — pick body × pick tab bar
───────────────────────────────────────────────── */
/* The "01" home is the canonical HomeScreen + RoseTabBar. Wrap it so it can
accept a custom tab bar via render prop, matching the V02..V21 contract. */
function HomeV01({ customTabBar }) {
const [tab, setTab] = React.useState("home");
const noop = ()=>{};
return (