This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-16
Channels
- # announcements (1)
- # aws (1)
- # babashka (14)
- # beginners (25)
- # biff (5)
- # calva (6)
- # clj-kondo (3)
- # cljsrn (7)
- # clojars (7)
- # clojure (26)
- # clojure-europe (13)
- # clojurescript (10)
- # code-reviews (1)
- # cursive (9)
- # datahike (3)
- # datomic (7)
- # depstar (5)
- # emacs (9)
- # garden (2)
- # graalvm (1)
- # helix (3)
- # jobs (1)
- # leiningen (2)
- # off-topic (1)
- # pathom (3)
- # re-frame (16)
- # reitit (3)
- # releases (1)
- # shadow-cljs (10)
- # spacemacs (6)
- # tools-deps (16)
If I understand correctly, index.js should be replaced. But this doesn’t seem to happen for me…
After a few days of figuring out how to easily bootstrap a fully wired react native - expo - shadow-cljs app, I stumbled upon this amazing npm / yarn command: https://www.npmjs.com/package/create-expo-cljs-app by @jgoodhcg. It just works + brings in tailwind css into react native, which makes prototyping a breeze. Hope others find it useful as well.
❤️ 3

For reference: I was able to solve my issue. Instead of directly running
clj -M -m krell.main -co build.edn -c -r
I had to run
clj -M -m krell.main -co build.edn -c
first to get an initial compilation.