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.1 to 1.0.2

2

components/cell.js

@@ -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>

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