You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
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 of them in a single World. Here's the code I have so far. The MoveThing component renders inside the world, but doesn't have physics applied to it. Any help would be appreciated. thanks.
A bit late to the party, but I think this tutorial and this tutorial will give you all the answers you need. (Had a similar question and found them so thought they might help someone)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 of them in a singleWorld
. Here's the code I have so far. TheMoveThing
component renders inside the world, but doesn't have physics applied to it. Any help would be appreciated. thanks.The text was updated successfully, but these errors were encountered: