Environment
react-native -v: 0.76.5
npm ls react-native-macos: 0.76.5
node -v: 23.1.0
npm -v: 10.9.0
yarn --version: 4.5.3
xcodebuild -version: Xcode 16.1 Build version 16B40
Steps to reproduce the bug
<TextInput onBlur={() => {console.log('blur')}} />
Expected Behavior
Triggers the onBlur event normally.
Actual Behavior
Does not trigger the onBlur event
Reproducible Demo
No response
Additional context
No response
Environment
Steps to reproduce the bug
Expected Behavior
Triggers the onBlur event normally.
Actual Behavior
Does not trigger the onBlur event
Reproducible Demo
No response
Additional context
No response