A Leiningen template for generating a re-frame application on React Native based on shadow-cljs and lein-shadow
$ lein new re-frame-native <project-name>
See the generated README.md for details on how to use the resulting application
This template is based on the work of many others, but in particular: re-natal. In fact, this template is more or less identical to the output of running re-natal init <project-name>
but with one key distinction. Re-natal generates re-frame code using a figwheel based configuration, whereas this template focuses on a shadow-cljs based flow.