Simal UI
Components

Bar

A settings-style row that navigates on press.

Bar wraps its content in an expo-router Link, which Storybook stubs out (see .storybook/mocks/expo-router.tsx) — pressing a row here goes nowhere.

Import

import { Bar } from '@simal/ui/nativewindui';

Props

PropValuesDefaultDescription
title"Section item one"Row label. Bar renders one line — long titles truncate rather than wrap.
link"/settings/one"An expo-router Href. The whole row is the link, so Bar cannot be used outside a router (Storybook stubs one).
startAdornmentLeading node, usually an Icon. Size it yourself.
endAdornmentTrailing node, before the chevron — a count or status, not a second action.

Examples

With Adornments

Grouped

BarGroup stacks rows into a single bordered card.

On this page