Does Daml work well with react native?
Hi @Konscious7,
We’ve not tried that yet, but given that Daml is entirely “backend” side, I can’t think of any reason why it wouldn’t work just as well with React Native as with a web-based React.
Our own React bindings are pure “logic” and use no HTML-specific components, so if you like our bindings you can probably reuse them in a native context too.
Either way, if you try it, let us know how it goes.