Description
I'm opening this issue just to get thoughts, so please close it whenever you feel necessary.
I built a (pretty bad) library in a private repo using purescript-run
with a Components DSL that allows you to compose components that will run in either React or React Native. It works pretty well, but I was just learning PureScript and React when I wrote it, and it needs to be rethought. Here's an example someone asked me to put together that gives a rough idea of how it works.
When you announced the release of lumi-components, you mentioned that React Native compatibility was something you were interested in pursuing. I'd love to hear your thoughts on how you may achieve this and maybe we can work to get there together? My company is building a consumer facing app. It's releasing as a PWA, but I'd really like to have a native version in the not too distant future, and there will be two of us working on it in a couple of weeks.
Thanks!