This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-06
Channels
- # adventofcode (1)
- # aleph (9)
- # announcements (22)
- # beginners (59)
- # boot (8)
- # calva (1)
- # cljdoc (7)
- # cljs-dev (10)
- # cljsrn (9)
- # clojars (10)
- # clojure (23)
- # clojure-dev (6)
- # clojure-europe (3)
- # clojure-italy (26)
- # clojure-nl (3)
- # clojure-seattle (1)
- # clojure-spec (46)
- # clojure-uk (85)
- # clojurescript (97)
- # core-async (13)
- # cursive (3)
- # data-science (10)
- # datomic (156)
- # duct (34)
- # emacs (37)
- # figwheel (3)
- # figwheel-main (9)
- # fulcro (59)
- # hyperfiddle (4)
- # immutant (1)
- # jackdaw (3)
- # jobs (1)
- # off-topic (112)
- # parinfer (1)
- # qlkit (2)
- # re-frame (1)
- # reagent (35)
- # ring-swagger (2)
- # shadow-cljs (104)
- # spacemacs (9)
- # speculative (12)
- # tools-deps (30)
- # yada (10)
is there any example/blog to show how to use react-navigation with re-natal, reframe. I'm not able to compile https://github.com/joshuamiller/cljs-react-navigation-example and https://github.com/seantempesta/cljs-react-navigation/tree/master/examples/re-frame/uiexplorer
@anish.developer Have you tried scaffolding out the re-natal project and running that?
Is there anyone here who’s particularly proud of their test setup for CLJS + react native? We’re trying to evaluate how we should set up tests.
Right now we’re looking at Detox (https://github.com/wix/Detox) + Jest (https://jestjs.io/). Jest would replace the cljs.test deftest
, testing
, is
fns for us
Kind of a pain to set up, though.