Replaced React and RN PropTypes with prop-types package

This commit is contained in:
Tim Rijavec
2017-05-15 16:34:42 +01:00
parent c2c96e1431
commit 294d2da2b3
18 changed files with 35 additions and 19 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import Path from './Path';
import {pathProps} from '../lib/props';
import extractPolyPoints from '../lib/extract/extractPolyPoints';