Replies: 1 comment
-
Hi! Would it be possible to look at whole code? It would be much easier if we could run this on our end and check what actually fails. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am making a React Native game, there are tiles that a user can drag and drop. This bug is in rendering the tiles I draw with an Animated. View. Most of the time this code works, but after a drag and drop I call a function in a parent file which causes a rendering of the tiles and incorrectly places all the tiles at 0,0. I console.log the x and y shared values, and they are accurate. I do not know how to debug this. Here is the rendering code that fails:
Beta Was this translation helpful? Give feedback.
All reactions