react-native-web
react-native-web copied to clipboard
Safari Browser: Wiggling/Shaking of ScrollView
The problem On Safari, scrolling out of the bounds causes weird wiggling/shaking of the inner view. I suppose this has to do with the debouncing that Safari allows, but some React code doesn't seem to like negative values?

How to reproduce
Steps to reproduce:
- Open Safari on Mac OS
- Navigate to the official example: https://4q5nn.sse.codesandbox.io/scroll-view
- Scroll out of bounds
Expected behavior No wiggling.
Environment (include versions). Did this work in previous versions? See official example.
I would be willing to fix this issue if someone points me into the right direction! ☺️
Thanks. You can take a look through the ScrollView code if you want to try putting a patch together.