Fork me on GitHub
#cljsrn
<
2021-03-07
>
joshmiller19:03:59

@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))