Fork me on GitHub
#cljsrn
<
2019-02-06
>
anish07:02:07

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

vikeri07:02:27

@anish.developer Have you tried scaffolding out the re-natal project and running that?

anish07:02:57

Nope let me try that out

jimberlage19:02:44

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.

rboyd16:02:13

same here, what are y'all evaluating? I have some basic ui tests going with appium

jimberlage16:02:36

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

jimberlage16:02:04

Kind of a pain to set up, though.

rboyd16:02:18

detox looks interesting, hadn't seen that one, thanks