react-native-circular-progress
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "react-native-circular-progress", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "React Native component for creating animated, circular progress with ReactART", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,3 @@ | ||
import React, { View, PropTypes, Animated } from 'react-native'; | ||
import React, { PropTypes } from 'react'; | ||
import { View, Animated } from 'react-native'; | ||
import CircularProgress from './CircularProgress'; | ||
@@ -3,0 +4,0 @@ const AnimatedProgress = Animated.createAnimatedComponent(CircularProgress); |
@@ -1,2 +0,3 @@ | ||
import React, { View, PropTypes, Platform } from 'react-native'; | ||
import React, { PropTypes } from 'react'; | ||
import { View, Platform } from 'react-native'; | ||
import { Surface, Shape, Path, Group } from '../../react-native/Libraries/ART/ReactNativeART'; | ||
@@ -3,0 +4,0 @@ import MetricsPath from 'art/metrics/path'; |
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
370701
134