Open fabcall opened 5 years ago
Hi! Can you provide your PR or whatever have you changed in the package?
For sure, its pretty simple to fix actually. In initState, find this:
this.internals = { ...this.internals, isScrolling: false };
And replace with this:
this.internals = { ...this.internals, offset: initState.offset, isScrolling: false };
Which OS ?
Both Android and iOS.
Version
Which versions are you using:
Expected behaviour
Expect the component to calculate the correct index.
Actual behaviour
The component wrongly updates the index.
How to reproduce it>
To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
Steps to reproduce
Additional Notes
I've supposedly found the bug. I can make a PR if requested.