Fork me on GitHub
#cljsrn
<
2017-03-08
>
aj taylor02:03:01

Can anyone point me in the right direction for acceptance testing?

mozinator211:03:55

aj ios or android ?

mozinator211:03:40

I use UI Test target on iOS in combination with fastlane snapshot

aj taylor19:03:12

mozinator: Ideally for both. I’ll look into these. Thanks

viveke11:03:03

Thanks @wojciech I follow the steps..

vikeri16:03:41

@tiensonqin I looked at your implementation of cljs-exponent with boot and figwheel. Did you use the figwheel-bridge approach from re-natal with boot as well? My problem with that is that I don’t get stack-traces to the cljs function that caused the error which I do get in boot-react-native.

andre17:03:27

hi all, it would be great to have devcards with the rn views, have someone tried to display rn components in the web using cljs?

vikeri17:03:32

@andre General interop has worked very well for me so I don’t see any reason this wouldn’t work. Can’t really see the benefit of rn components in web though.

andre17:03:18

i want to use devcards

vikeri17:03:59

In RN? Then I’d just rewrite the devcards components in RN

vikeri17:03:04

I don’t know how much effort that would be though.

andre17:03:38

yes, but for now i'm interesting if we have something for rendering reagent rn in the web