Open
Description
Environment
react-native 0.64.0:
npm ls react-native-macos: 0.64.13
node: 17.0.1
npm: 8.1.0
yarn: N/A
xcodebuild: 13A1030d
Steps to reproduce the bug
Create a TextInput with multiline={true} and scrollEnabled={false} but the field will still grab the scroll once the mouse hovers over.
Expected Behavior
If scroll is false we should be able to scroll right over the top of it.
Actual Behavior
No response
Reproducible Demo
No response
Additional context
No response