Where this.state.containerWidth and ...Height are dynamically changed depending on orientation.
I am finding that the transition doesn't seem to work very well - the scrollview gets offset and its not possible to pan or zoom to get it back into view.
I'm using your directed scroll view in my app and I have a different layout on portrait than I have on landscape.
Portrait is a 2x3 grid of views (1024x1536px) and landscape is a 3x2 grid of views (1536x1024px)
I am configuring the directed scrollview like this:
Where this.state.containerWidth and ...Height are dynamically changed depending on orientation.
I am finding that the transition doesn't seem to work very well - the scrollview gets offset and its not possible to pan or zoom to get it back into view.