Skip to content

Is that one can be used in React Native app? #549

Answered by Apollon77
MasonTyTran asked this question in Q&A
Discussion options

You must be logged in to vote

In fact matter.js is a modular approach. Matter.js is the Pure Javascript "no native dependencies" package with the main logic.

In order to really work you needto implement "Platform near" features like UDP/network (mainly), potentially also BLE and some other, for the respective platform. Full information see https://github.com/project-chip/matter.js#how-to-use-matterjs-in-own-projects

We currently have implemented these parts for node.js. For react native you would need to implement them for the relevant react-native environment. If you like to do this we are happy to include such a package - like the nodejs package - also into the repository.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MasonTyTran
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants