### Environment <!-- Please fill in all the relevant fields by running these commands in terminal. --> 1. `react-native -v`: 3. `npm ls react-native-macos`: 0.61.38 4. `node -v`: 5. `npm -v`: 6. `yarn --version`<!-- (if you use Yarn) -->: 7. `xcodebuild -version`: ### Issue When resizing a window with a ScrollView in it the contents constantly rubberband.  ### Steps to Reproduce <!-- How would you describe your issue to someone who doesn’t know you or your project? Try to write a sequence of steps that anybody can repeat to see the issue. Be specific! If the bug cannot be reproduced, your issue may be closed. --> 1. Open RNTester (or any app screen with a scrollview) 2. Resize 3. 😭