Fork me on GitHub
#clojure-uk
<
2017-09-16
>
chrisjd16:09:53

@thomas Are you using re-natal? Looks awesome and on my to-learn list.

thomas18:09:42

@chrisjd I did indeed... it took a bit of faffing around till I had it working... but in the end it did.

chrisjd19:09:41

Does re-natal just wrap the deployment/emulator process, or does it provide a Clojure "idiomatic" API around React Native? Trying to figure out whether I just need to learn React Native and interact from cljs or learn a distinct wrapper.

chrisjd20:09:48

Looking at an example (https://github.com/Slowyn/DevDayToDo) it seems like the answer is to just learn React Native separately and interact using JS interop.