Sorry for all the questions. It’s all new and really interesting to me.
When using compose, if I were to have an external renderer (basically a react component that takes input data to render something arbitrary), could I somehow import it and use it as i would in a react application?
If I’m using multiplatform, it would only be used for web rendering in certain cases (we have other native renderers for ios/android).
Let me know if I need to explain more.