We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dca7b commit c95dd86Copy full SHA for c95dd86
packages/react-native/Libraries/Text/Text/RCTTextView.mm
@@ -241,7 +241,7 @@ - (void)disableContextMenu
241
- (void)handleLongPress:(UILongPressGestureRecognizer *)gesture
242
{
243
#if !TARGET_OS_UIKITFORMAC
244
- if (@available(iOS 16.0, **)) {
+ if (@available(iOS 16.0, *)) {
245
CGPoint location = [gesture locationInView:self];
246
UIEditMenuConfiguration *config = [UIEditMenuConfiguration configurationWithIdentifier:nil sourcePoint:location];
247
if (_editMenuInteraction) {
0 commit comments