UNPKG

react-native-table-component-2

Version:

Build table for react native. Forked from the original 'react-native-table-component' to fix support for newer versions of react-native-web. Not actively maintained/supported.

5 lines (4 loc) 194 B
export { Row, Rows } from './components/rows'; export { Col, Cols } from './components/cols'; export { Table, TableWrapper } from './components/table'; export { Cell } from './components/cell';