Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabric view props & events #2364

Open
wants to merge 1 commit into
base: meta/pristine
Choose a base branch
from

Conversation

sbuggay
Copy link

@sbuggay sbuggay commented Feb 3, 2025

react-native-macos extends BaseViewProps and BaseViewEventEmitter with additional functionality (e.g., validKeysUp, focusable, onMouseEnter, etc.).
This set of changes unblocks prop parsing and event capabilities for desktop specific behaviors in RCTViewComponentView.

@sbuggay
Copy link
Author

sbuggay commented Feb 3, 2025

@microsoft-github-policy-service agree company="Meta"

@sbuggay sbuggay marked this pull request as ready for review February 3, 2025 18:49
@sbuggay sbuggay requested a review from a team as a code owner February 3, 2025 18:49
@sbuggay sbuggay changed the title Fabric view props Fabric view props & events Feb 3, 2025
"tooltip",
sourceProps.tooltip,
{})),
validKeysDown(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced completely with keyDownEvents since #1615 . Can we update the props here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants