react-native-material-design icon indicating copy to clipboard operation
react-native-material-design copied to clipboard

Update PropTypes library

Open BarthesSimpson opened this issue 8 years ago • 0 comments

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.

BarthesSimpson avatar Oct 14 '17 19:10 BarthesSimpson