### Environment ```markdown 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_