We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9bdb0 commit 70de3bbCopy full SHA for 70de3bb
index.js
@@ -1,9 +1,10 @@
1
/**
2
* Created by Dowin on 17/1/4.
3
*/
4
-import React, { Component, PropTypes } from 'react';
+import React, { Component } from 'react';
5
import { requireNativeComponent} from 'react-native';
6
var ChartView = requireNativeComponent('charV', ZKChartView);
7
+import PropTypes from 'prop-types';
8
9
export default class ZKChartView extends Component {
10
static propTypes = {
0 commit comments