Results 8 comments of Gil Birman

Try adding the `updateOnDidMount` prop to `` and lmk if it works. For some reason I never documented this prop.

Nah that's it... I'm not sure to what extend the problem you're experiencing is specific to `react-track`... try logging the values of `scrollY`, `posTopBottom`, `posBottomTop` in your render function. I...

I set a breakpoint in the [demo](http://gilbox.github.io/react-track/examples/demo/demo.html) page and noticed the same behavior happening there. I wonder if you can somehow structure your page in a similar way so that...

What you can do is modify the source [here](https://github.com/gilbox/react-track/blob/master/src/index.js#L70) so that instead of doing ``` const update = .... ``` we do ``` this.update = ... ``` then you can...

hmm strange, seems like it should work

I figured out a nice way to inject a store and state selector into a SwiftUI View. It's not ReSwift, but you could easily adopt it for ReSwift: https://github.com/gilbox/Cloe#connect-your-swiftui-view-to-your-store