FormidableLabs / react-game-kit

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

Loop proptypes.object react-game-kit #79

Open darrinjh opened 5 years ago

darrinjh commented 5 years ago

In react game kit/native

My code

static contextTypes = { loop: PropTypes.object }

this.context.loop.subscribe

The subscribe does not exist, says undefined, has this syntax changed

Can anybody help?

durga-dekate commented 1 year ago

I also have the same issue, can anybody help me?