react-game-kit
react-game-kit copied to clipboard
Sprite Src Issue In RN
I am using React Native and I am making a game with this library. When I made a sprite, it came up with this warning, but the sprite shows up and works completely fine. It is more of an annoyance with the ugly yellow warning

-- I have tried
src={'../../images/sampleimage.png'}
and it seems to make the error go away but the image isn't there. Here is my code =>

Hi katzmannn,
You'll need to remove the brackets. Should look like:
src="../../images/sampleimage.png"
Hi katzmannn, I made a pull request. This can help.