UNPKG

@logisticinfotech/react-native-grid-library

Version:
33 lines (22 loc) 1.15 kB
### React Native Grid Library [In this article](https://www.logisticinfotech.com/blog/react-native-grid-library/) you will get step by step details about the library and its implementations with your React Native project ![](RNGrid.png) <!-- ## Properties ### Basic #### For Container | Prop | Default | Type | Description | | ------ | -------- | ----- | ------------- | | height | Screen Height | `Number` | Height of the container. | | isNested | false | `Bool` | True if Container is nested. | | backgroundColor | white | `String` | Background color of Container. | | style | null | `style` | Style of Container. | #### For Square | Prop | Default | Type | Description | | ------ | -------- | ----- | ------------- | | xSquares | 1 | `Number` | Number of squares you want horizontally. | | ySquares | 1 | `Number` | Number of squares you want vertically. | | backgroundColor | #D3D3D3 | `String` | Background color of Square. | | allowHeightExcess | false | `Bool` | Allow height access to square or not. | | fullScreenWidth | false | `Bool` | Allow full screen width grid or not. | | style | null | `style` | Style of Square. | -->