cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
Michelle Lim 2020-10-29T05:11:09.138300Z

does anyone use react navigation with reagent/re-frame?

andre 2020-10-30T08:40:17.143100Z

hi @elle https://github.com/flexsurfer/ClojureRNProject

Michelle Lim 2020-10-30T22:33:40.143700Z

oh those are very cool examples, thanks guys. have you been able to incorporate the nav transition animations? (ie. slide)

pez 2020-10-29T06:43:59.139100Z

@elle yes, we do that at my work project.

pez 2020-10-29T07:05:36.139500Z

It was in place when I started. One of the guys who implemented it (who’s no longer with the company) made an example project, though: https://github.com/vikeri/re-navigate

pez 2020-10-29T07:06:33.139800Z

It's based on a re-natal scaffold, but I think the general setup should be applicable.

Michelle Lim 2020-10-29T18:50:11.141300Z

oh ok, thanks. we are using krell. i saw this repo, but it's a bit older. how is it working out for you guys?

pez 2020-10-30T10:32:20.143400Z

We want to move to Krell as well. One of these days…. re-frame and react-navigation are treating us well.

Michelle Lim 2020-10-29T06:51:48.139300Z

are there any good starting resources or articles you would recommend?