mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-18 16:13:10 +00:00
fix react include because 0.25 warnings
This commit is contained in:
parent
94a631949d
commit
c1a99599c5
@ -1,4 +1,5 @@
|
||||
import React, { View, PropTypes, Animated } from 'react-native';
|
||||
import React, { PropTypes } from 'react';
|
||||
import { View, Animated } from 'react-native';
|
||||
import CircularProgress from './CircularProgress';
|
||||
const AnimatedProgress = Animated.createAnimatedComponent(CircularProgress);
|
||||
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
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';
|
||||
import MetricsPath from 'art/metrics/path';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user