Fork me on GitHub
#cljsrn
<
2017-02-25
>
amorokh23:02:48

@vikeri I don't really know what I care about yet, just want react-navigation working in om-next.. from what I can see in the src of om-next it is possible to declare static properties in an defui form but if I declare navigationOptions it doesn't get picked up by the stack navigator unless I don't use om/factory to "instantiate" my component when creating my route. However, whether or not I use om/factory my component will never get any state data in its props. Do you have any suggestions or tips?