react-native-tabular-grid

1.1.0 • Public • Published

Tabular grid for react-native

A <table>-style grid layout for react-native.

Requires experimental support for FlexBasis to be turned on - to do this, add the following lines to your AppDelegate.m

#import <yoga/Yoga.h>
...
YGSetExperimentalFeatureEnabled(YGExperimentalFeatureWebFlexBasis, @YES);

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i react-native-tabular-grid

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • agilityworksops