File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-native/React/Fabric Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ @implementation RCTSurfacePointerHandler {
437437 * We hold the view weakly to prevent a retain cycle.
438438 */
439439 __weak UIView *_rootComponentView;
440- RCTIdentifierPool<11 > _identifierPool;
440+ RCTIdentifierPool<17 > _identifierPool;
441441
442442 UIHoverGestureRecognizer *_mouseHoverRecognizer API_AVAILABLE (ios (13.0 ));
443443 UIHoverGestureRecognizer *_penHoverRecognizer API_AVAILABLE (ios (13.0 ));
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ @implementation RCTSurfaceTouchHandler {
137137 * We hold the view weakly to prevent a retain cycle.
138138 */
139139 __weak UIView *_rootComponentView;
140- RCTIdentifierPool<11 > _identifierPool;
140+ RCTIdentifierPool<17 > _identifierPool;
141141
142142 RCTSurfacePointerHandler *_pointerHandler;
143143}
You can’t perform that action at this time.
0 commit comments