invertase / react-native-material-design

React Native UI Components for Material Design
http://react-native-material-design.github.io
MIT License
3.15k stars 366 forks source link

Update PropTypes library #170

Open BarthesSimpson opened 6 years ago

BarthesSimpson commented 6 years ago

You're still using import React, {Component, PropTypes} from "react";. This is deprecated, currently causes a warning, and will be removed completely in React 16. You need to import PropTypes from the separate library prop-types.