react-native-table-component
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -24,3 +24,3 @@ import React, { Component } from 'react'; | ||
} | ||
console.log(style) | ||
return ( | ||
@@ -27,0 +27,0 @@ <View style={[ |
{ | ||
"name": "react-native-table-component", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Build table for react native.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# React Native Table Component | ||
[![npm version](https://badge.fury.io/js/react-native-table-component.svg)](https://badge.fury.io/js/react-native-table-component) ![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-yellow.svg) | ||
This is a table component for react native. | ||
- [Installation](#installation) | ||
@@ -12,3 +14,3 @@ - [Examples](#examples) | ||
*USE:* | ||
`USE:` | ||
```jsx | ||
@@ -79,3 +81,3 @@ import { Table, TableWraper, Row, Rows, Col, Cols, Cell } from 'react-native-table-component'; | ||
<Row data={tableHead} style={styles.head} textStyle={styles.text} flexArr={[1, 2, 1, 2]}/> | ||
<Cols data={tableData2} textStyle={styles.text} heightArr={[20, 50]} widthArr={[60, 120, 60, 120]}/> | ||
<Cols data={tableData} textStyle={styles.text} heightArr={[20, 50]} widthArr={[60, 120, 60, 120]}/> | ||
</Table> | ||
@@ -82,0 +84,0 @@ </View> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16791
259
280