You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text state should change when I hover my mouse into and out of the red 100x100 box view, and when i start typing in the textInput and during keyDown when the box is focused
Screen.Recording.2025-12-19.at.12.50.22.mov
Actual Behavior
The text state does not change, from which I infer that the mouse and keyboard events are not working.
The exact same code does provide the expected results on windows however (react-native@0.79.4 and react-native-windows@0.79.4)
Environment
Steps to reproduce the bug
npx @react-native-community/cli init <projectName> --version 0.79.6npx react-native-macos-initnpx react-native run-macosExpected Behavior
The
textstate should change when I hover my mouse into and out of the red 100x100 box view, and when i start typing in the textInput and during keyDown when the box is focusedScreen.Recording.2025-12-19.at.12.50.22.mov
Actual Behavior
The
textstate does not change, from which I infer that the mouse and keyboard events are not working.The exact same code does provide the expected results on windows however (react-native@0.79.4 and react-native-windows@0.79.4)
Screen.Recording.2025-12-19.at.12.51.50.mov
Reproducible Demo
Additional context
No response