tabloom
v1.0.2
Published
Reusable React Native / Expo table primitives extracted from wooftech
Readme
tabloom
Reusable React Native / Expo table primitives extracted from wooftech.
Exports
TableRowHeaderColumn
Usage
import {Column, Header, Row, Table} from "tabloom"Use React Native primitives and styles, including when running with react-native-web.
Example app
A full Expo example app is available in example/.
cd example
npm install
npm run webSystem tests
System tests are placed in spec/system and use velocious + system-testing.
npm install
npm run test:disttest:dist builds the example web app into dist/ and runs browser-driven system tests against it.
