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?
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?