Release summaries
native-table-primitive-rendering
Keep shared table string headers and cells as primitive render-model values so React Native table renderers can wrap them in Text.
maintainer
The TanStack-backed table controller now resolves its internal header and cell templates directly instead of returning React component wrappers for primitive strings.
integrator
Expo consumers can keep importing the shared table hook through the native presentation runtime while native UI-kit tables receive strings they can wrap in Text.
customer
Agent-console and other native table previews no longer fail when string table headers or formatted cell values render inside React Native table cells.
