FormidableLabs / react-game-kit

Component library for making games with React & React Native
http://reactnext.surge.sh
MIT License
4.61k stars 307 forks source link

New context API #69

Open brian-petersen opened 5 years ago

brian-petersen commented 5 years ago

React introduced a new context API in 16.x. This project uses the old context which will be dropped in a future major release. The new context API should be used to ensure compatibility with future react versions.

Source: https://reactjs.org/docs/context.html#legacy-api

diegum commented 5 years ago

Seriously, any update on this? Any plans at all?