npx gluestack-ui add tableimport {
Table,
TableHeader,
TableFooter,
TableBody,
TableHead,
TableData,
TableRow,
TableCaption,
} from '@/components/ui/table';


export default () => (
<Table>
<TableHeader>
<TableRow>
<TableHead />
</TableRow>
</TableHeader>
<TableBody>
<TableRow>
<TableData />
</TableRow>
</TableBody>
<TableFooter>
<TableRow>
<TableData />
</TableRow>
</TableFooter>
<TableCaption />
</Table>
);
| Prop | Type | Default |
|---|---|---|
| Prop | Type | Default |
useRNView | boolean | If true renders a react-native view component instead of a text component. |
| Prop | Type | Default |
|---|---|---|
useRNView | boolean | If true renders a react-native view component instead of a text component. |
| boolean | If true renders a react-native view component instead of a text component. |