FormidableLabs / react-game-kit

Component library for making games with React & React Native

Home Page:http://reactnext.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React 16 - No longer have React.PropTypes

larspa opened this issue · comments

If people want to update their project to React 16 they can no longer use your package as you use React.PropTypes which is completely being removed by Facebook.
Instead you have to use their package https://github.com/facebook/prop-types

Fixed in #38