Add Table component (based on rn-primitives) to React Native UI Reusables #500
javier545dev
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
hm, initially it was added: d0dadff |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We propose adding a reusable Table component to the React Native UI library, built on top of rn-primitives.
Tables are a common requirement across multiple mobile features (financial data, summaries, admin views), and currently there is no standardized solution. This leads to duplicated implementations and inconsistent behavior.
Using rn-primitives as the foundation allows us to build a headless, composable, and accessible Table API that integrates cleanly with our design system and theming approach.
The initial scope would focus on core table primitives (Table, TableHeader, TableBody, TableRow, TableHead, TableCell), leaving advanced features (virtualization, sorting, sticky headers) for future iterations.
This addition would improve consistency, reduce rework, and accelerate development across React Native projects.
Beta Was this translation helpful? Give feedback.
All reactions