react-native-table-component
Advanced tools
Comparing version 1.1.3 to 1.1.5
@@ -39,3 +39,3 @@ import React, { Component } from 'react'; | ||
flex && {flex: flex}, | ||
!width && !flex && !height && {flex: 1}, | ||
!width && !flex && !height && !style && {flex: 1}, | ||
style | ||
@@ -42,0 +42,0 @@ ]}> |
@@ -9,5 +9,2 @@ import React, { Component } from 'react'; | ||
width: PropTypes.number, | ||
heightArr: PropTypes.array, | ||
flexArr: PropTypes.array, | ||
data: PropTypes.array, | ||
style: ViewPropTypes.style, | ||
@@ -41,6 +38,2 @@ textStyle: Text.propTypes.style, | ||
static propTypes = { | ||
widthArr: PropTypes.array, | ||
heightArr: PropTypes.array, | ||
flexArr: PropTypes.array, | ||
data: PropTypes.array, | ||
style: ViewPropTypes.style, | ||
@@ -47,0 +40,0 @@ textStyle: Text.propTypes.style, |
@@ -8,5 +8,2 @@ import React, { Component } from 'react'; | ||
static propTypes = { | ||
widthArr: PropTypes.array, | ||
flexArr: PropTypes.array, | ||
data: PropTypes.array, | ||
style: ViewPropTypes.style, | ||
@@ -49,5 +46,2 @@ textStyle: Text.propTypes.style, | ||
static propTypes = { | ||
widthArr: PropTypes.array, | ||
flexArr: PropTypes.array, | ||
data: PropTypes.array, | ||
style: ViewPropTypes.style, | ||
@@ -54,0 +48,0 @@ textStyle: Text.propTypes.style, |
{ | ||
"name": "react-native-table-component", | ||
"version": "1.1.3", | ||
"version": "1.1.5", | ||
"description": "Build table for react native.", | ||
@@ -16,2 +16,3 @@ "main": "index.js", | ||
"table", | ||
"react-native-cell", | ||
"react-native-table", | ||
@@ -18,0 +19,0 @@ "react-native-table-component" |
@@ -10,2 +10,3 @@ # React Native Table Component | ||
- [Properties](#properties) | ||
- [License](#license) | ||
<br/><br/> | ||
@@ -319,1 +320,7 @@ | ||
| <b>heightArr</b> | Array | Height per line. | `[]` | | ||
<br/><br/> | ||
## License | ||
[MIT](LICENSE) |
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
325
18044
272