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 -2
View File
@@ -1,7 +1,7 @@
import React, {
Component,
PropTypes
Component
} from 'react';
import PropTypes from 'prop-types';
import {
View,
requireNativeComponent,