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
joshmiller 2021-03-07T19:51:59.089900Z

@ps I am on an older version of react navigation, but the pattern I have is:

(defn right-button [] ;... 
  [button ;...])
;...
:header-right (r/as-element (right-button))