Could anyone give some general guidance or point to an example of how to port a JavaScript library into a React Native component?
Specifically, I am interested in building a React Native component wrapper for AR.js, but I have no idea how to go about converting their system (which uses HTML<a-scene>
elements) into something I could use as React Native markup.