Fork me on GitHub
#cljsrn
<
2017-12-29
>
celwell19:12:29

How can I utilize the work done on https://github.com/akveo/kittenTricks since it’s written in JS? What would the best practice be? Obviously, I wouldn’t want to rewrite the implementation in cljs, but I want to include theme files (https://github.com/akveo/kittenTricks/blob/master/app/config/theme.js) and the bootstrap file (https://github.com/akveo/kittenTricks/blob/master/app/config/bootstrap.js) for example. Please note that Kitten Tricks is an implementation of the React Native UI Kitten, and provides a lot of pre-made screen templates.

celwell19:12:45

Perhaps I should mention, I’m using expo-cljs-template (Expo + Re-frame + Reagent + Lein).