Fork me on GitHub
#rum
<
2017-05-10
>
martinklepsch07:05:39

Someone should rewrite it from scratch 😛

rauh08:05:43

FWIW I have removed the input wrappers from my sablono fork and never had any issues. I think the wrappers have been obsolete for quite some times.

kurt-o-sys08:05:42

I'm trying to access this.props... is this the way to do it in rum (using defcs - it feels a bit hacky):

(defcs HelloScreen < {:init (fn[state, props]
                              (assoc state ::navigation (.-navigation props)))}
  [state]
  
    <use (::navigation state) somewhere>

  )

kurt-o-sys08:05:27

Or is there another way to access RN's this.props inside rum components?

rauh15:05:10

:did-remount