Fork me on GitHub
#cljsrn
<
2017-02-23
>
jeaye04:02:31

Anyone know if secretary works for react native? I don't see any docs about it.

jeaye04:02:27

I'm hoping for a cljs routing solution for my re-frame/reagent/re-natal app.

jeaye04:02:32

Ideally, I'd like something which supports deep linking.

pesterhazy06:02:13

Any router will work. I've used bidi

pesterhazy06:02:54

You still need to hook it up to the RN navigator

amorokh18:02:36

Has anyone tried using the new React Navigation (https://reactnavigation.org/) with om.next? @vikeri I saw your reagent implementation but i'm rather new to cljs so I am not able to translate that to om.next

vikeri19:02:43

@amorokh If you don’t care about hooking the navigation state into om you can just let react-navigation handle the navigation state like this (warning for messy code): https://github.com/vikeri/re-navigate/blob/8cd5787ab9219e84303fe326e9085621ac4fe531/src/re_navigate/ios/core.cljs