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
Welcome to the React Native macOS API reference documentation. This section covers macOS-specific props and events that extend the standard React Native components.
9
+
10
+
## View Component Extensions
11
+
12
+
React Native macOS extends the standard View component with additional props and events designed specifically for macOS:
13
+
14
+
-**[View Props](./view-props.md)** - macOS-specific properties for customizing view behavior
15
+
-**[View Events](./view-events.md)** - macOS-specific events for handling user interactions
16
+
17
+
These extensions allow you to build truly native macOS experiences while leveraging the React Native framework.
0 commit comments