react-native-material-design
react-native-material-design copied to clipboard
Update PropTypes library
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.