satya164/react-navigation-addons

React 16.0.0 dont accept PropTypes from react

djalmaaraujo opened this issue · 0 comments

import React, { Component, PropTypes } from 'react';

This is not longer valid with react 16. Please, use import PropTypes from 'prop-types'; instead.