react-native-pie-chart
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "react-native-pie-chart", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "pie chart for react native", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
import React, { Component } from 'react'; | ||
import { View } from 'react-native'; | ||
import Pie from './Pie.js'; | ||
@@ -34,3 +35,3 @@ | ||
sliceColor: React.PropTypes.array.isRequired, | ||
style: React.PropTypes.object, | ||
style: View.propTypes.style, | ||
}; | ||
@@ -37,0 +38,0 @@ |
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
12802
301