Replies: 1 comment 8 replies
-
@Orzech99 Did you saw https://github.com/project-chip/matter.js/tree/main/packages/matter.js-react-native ?! We currently already work on react native and should be near to done ... The PR #988 is the current next/last step for next testing round. So if you are familiar with react native please have a look at the package and code (there also your questions should be answered) also on the PR and provide Feedback if you see anything strange or broken. With this last PR we "should" be fine because anything should be integrated ... reality tests will then show where ewe really stand. If you like to join these experiments and support in finalization you're welcome :-) I hope you did not do too much work already, but if then maybe a good idea to compare :-) |
Beta Was this translation helpful? Give feedback.
-
Overview
Hello! I am currently working on integrating the core Matter.js functionality into a React Native application. From my understanding, there are several platform-specific parts that need to be implemented on my own. These are:
Questions
Additional Context
I have successfully used matter-node.js in a Node.js environment and am now transitioning to React Native. Any advice or pointers to relevant documentation would be greatly appreciated.
Future Contribution
After managing to get this to work, I plan to share my solution with the community. My side goal is to make the Matter protocol and Matter.js more accessible to a wider range of developers, especially those working with React Native.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions