File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,16 @@ extern const UIAccessibilityTraits SwitchAccessibilityTrait;
124
124
*/
125
125
@property (nonatomic , assign ) UIEdgeInsets hitTestEdgeInsets;
126
126
127
+ /* *
128
+ * (Experimental and unused for Paper) Pointer event handlers.
129
+ */
130
+ @property (nonatomic , assign ) RCTBubblingEventBlock onPointerCancel;
131
+ @property (nonatomic , assign ) RCTBubblingEventBlock onPointerDown;
132
+ @property (nonatomic , assign ) RCTBubblingEventBlock onPointerMove2;
133
+ @property (nonatomic , assign ) RCTBubblingEventBlock onPointerUp;
134
+ @property (nonatomic , assign ) RCTCapturingEventBlock onPointerEnter2;
135
+ @property (nonatomic , assign ) RCTCapturingEventBlock onPointerLeave2;
136
+
127
137
#if TARGET_OS_OSX // [macOS
128
138
/* *
129
139
* macOS Properties
@@ -151,12 +161,11 @@ extern const UIAccessibilityTraits SwitchAccessibilityTrait;
151
161
@property (nonatomic , assign ) CGFloat shadowOpacity;
152
162
@property (nonatomic , assign ) CGFloat shadowRadius;
153
163
@property (nonatomic , assign ) CGSize shadowOffset;
154
- #endif // macOS]
155
164
156
165
/* *
157
166
* Common Focus Properties
158
167
*/
159
168
@property (nonatomic , copy ) RCTBubblingEventBlock onFocus;
160
169
@property (nonatomic , copy ) RCTBubblingEventBlock onBlur;
161
-
170
+ # endif // macOS]
162
171
@end
You can’t perform that action at this time.
0 commit comments