react-game-kit icon indicating copy to clipboard operation
react-game-kit copied to clipboard

Component library for making games with React & React Native

Results 31 react-game-kit issues
Sort by recently updated
recently updated
newest added
trafficstars

1. Under expo web, react native incorrectly resize div with the image in the background. Fixed size should be set. 2. Fix for react 17 lifecycle

(win 10, latest chrome) Just whant to let you guys know that the demo is broken. when entering a building screen turns black. console throws: `bundle.js:20626 Uncaught TypeError: Cannot read...

Hi, I've looked through the given example code for react native, and I can't find a way to put a Matter.js `Body` objects inside its own component and render multiple...

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?

An error occured when entering too quickly in a "house". It executes `componentWillUnMount` which calls `stopMusic` but the latter is only defined when the wav file is loaded. Therefore on...

Hello, I was wondering if you might be able to talk me through using react-game-kit to make an animation similar to [this pens content](https://codepen.io/liabru/pen/Eamgq) Im intending to make an invoice...

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

Using the latest version of react-game-kit and create-react-app I can't get a `` to appear with greater dimensions than 445 x 0, which shows nothing. 🤔 Please let me know...

Any plans to provide a guideline for how to mock this library for testing? I am finding a component I need to test uses the component and its difficult to...

This file here: https://github.com/FormidableLabs/react-game-kit/blob/master/demo/assets/tiles.png It is possible to have TileMap break it up and use it as multiple tiles?