react-native-pie-chart
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "react-native-pie-chart", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "pie chart for react native", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
import React, { Component } from 'react'; | ||
import { Platform, ART } from 'react-native'; | ||
import { Platform, ART, View } from 'react-native'; | ||
const { Surface, Group, Path, Shape } = ART; | ||
@@ -53,5 +53,5 @@ import Wedge from './Wedge'; | ||
sliceColor: React.PropTypes.array.isRequired, | ||
style: React.PropTypes.object.isRequired, | ||
style: View.propTypes.style.isRequired, | ||
}; | ||
export default Pie; |
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
12806