File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ type Props = $ReadOnly<{|
6161 disabled ?: ?boolean ,
6262 focusable ?: ?boolean ,
6363 hitSlop ?: ?EdgeInsetsProp ,
64- id ?: ? string ,
64+ id ?: string ,
6565 importantForAccessibility ?: ?( 'auto' | 'yes' | 'no' | 'no-hide-descendants' ) ,
6666 nativeID ?: ?string ,
6767 onAccessibilityAction ?: ?( event : AccessibilityActionEvent ) => mixed ,
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ export type ViewProps = $ReadOnly<{|
538538 *
539539 * See https://reactnative.dev/docs/view#id
540540 */
541- id ?: ? string ,
541+ id ?: string ,
542542
543543 /**
544544 * Used to locate this view in end-to-end tests.
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export type TextProps = $ReadOnly<{|
103103 *
104104 * See https://reactnative.dev/docs/text#nativeid
105105 */
106- id ?: ? string ,
106+ id ?: string ,
107107
108108 /**
109109 * Specifies largest possible scale a font can reach when `allowFontScaling` is enabled.
You can’t perform that action at this time.
0 commit comments