does anyone use react navigation with reagent/re-frame?
One way to wrap it could be seen https://github.com/status-im/status-react/blob/develop/src/status_im/ui/screens/routing/core.cljs, setting the container https://github.com/status-im/status-react/blob/develop/src/status_im/ui/screens/views.cljs#L93 and re-frame fxs https://github.com/status-im/status-react/blob/develop/src/status_im/navigation.cljs
oh those are very cool examples, thanks guys. have you been able to incorporate the nav transition animations? (ie. slide)
We use only the https://github.com/status-im/status-react/blob/develop/src/status_im/ui/screens/routing/core.cljs#L46
@elle yes, we do that at my work project.
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
It's based on a re-natal scaffold, but I think the general setup should be applicable.
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?
We want to move to Krell as well. One of these days…. re-frame and react-navigation are treating us well.
are there any good starting resources or articles you would recommend?