Skip to content

Commit c95dd86

Browse files
committed
fix typo
1 parent b2dca7b commit c95dd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/Libraries/Text/Text/RCTTextView.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ - (void)disableContextMenu
241241
- (void)handleLongPress:(UILongPressGestureRecognizer *)gesture
242242
{
243243
#if !TARGET_OS_UIKITFORMAC
244-
if (@available(iOS 16.0, **)) {
244+
if (@available(iOS 16.0, *)) {
245245
CGPoint location = [gesture locationInView:self];
246246
UIEditMenuConfiguration *config = [UIEditMenuConfiguration configurationWithIdentifier:nil sourcePoint:location];
247247
if (_editMenuInteraction) {

0 commit comments

Comments
 (0)