Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-table-component

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-table-component - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "react-native-table-component",
"version": "1.0.0",
"version": "1.0.1",
"description": "Build table for react native.",

@@ -16,4 +16,2 @@ "main": "index.js",

"table",
"rn",
"table",
"react-native-table",

@@ -28,2 +26,2 @@ "react-native-table-component"

"homepage": "https://github.com/Gil2015/react-native-table-component#readme"
}
}

@@ -1,3 +0,5 @@

# React Native Easy Table
# 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)
- [Installation](#installation)
- [Examples](#examples)

@@ -7,6 +9,15 @@ - [Properties](#properties)

## Installation
> npm install react-native-table-component
*USE:*
```jsx
import { Table, TableWraper, Row, Rows, Col, Cols, Cell } from 'react-native-table-component';
```
<br/><br/>
## Examples
#### Example1
<img src="./img/table_example_1.png" width="375"/>
<img src="https://github.com/Gil2015/tools_file/blob/master/img/react-native-table-component/table_example_1.png?raw=true" width="375"/>

@@ -47,3 +58,3 @@ ```jsx

#### Example2
<img src="./img/table_example_2.png" width="375"/>
<img src="https://github.com/Gil2015/tools_file/blob/master/img/react-native-table-component/table_example_2.png?raw=true" width="375"/>

@@ -86,3 +97,3 @@ ```jsx

#### Example3
<img src="./img/table_example_3.png" width="375"/>
<img src="https://github.com/Gil2015/tools_file/blob/master/img/react-native-table-component/table_example_3.png?raw=true" width="375"/>

@@ -127,3 +138,3 @@ ```jsx

#### Example4
<img src="./img/table_example_4.png" width="375"/>
<img src="https://github.com/Gil2015/tools_file/blob/master/img/react-native-table-component/table_example_4.png?raw=true" width="375"/>

@@ -177,3 +188,3 @@ ```jsx

#### Example5
<img src="./img/table_example_5.png" width="375"/>
<img src="https://github.com/Gil2015/tools_file/blob/master/img/react-native-table-component/table_example_5.png?raw=true" width="375"/>

@@ -250,2 +261,2 @@ ```jsx

| <b>widthArr</b> | Array | Width per column. | `[]` |
| <b>heightArr</b> | Array | Height per line. | `[]` |
| <b>heightArr</b> | Array | Height per line. | `[]` |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc