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 @@ -50,7 +50,7 @@ type Props = $ReadOnly<{|
5050 disabled ?: ?boolean ,
5151 focusable ?: ?boolean ,
5252 hitSlop ?: ?EdgeInsetsProp ,
53- id ?: ? string ,
53+ id ?: string ,
5454 importantForAccessibility ?: ?( 'auto' | 'yes' | 'no' | 'no-hide-descendants' ) ,
5555 nativeID ?: ?string ,
5656 onAccessibilityAction ?: ?( event : AccessibilityActionEvent ) => mixed ,
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ export type ViewProps = $ReadOnly<{|
519519 *
520520 * See https://reactnative.dev/docs/view#id
521521 */
522- id ?: ? string ,
522+ id ?: string ,
523523
524524 /**
525525 * Used to locate this view in end-to-end tests.
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export type TextProps = $ReadOnly<{|
9292 *
9393 * See https://reactnative.dev/docs/text#nativeid
9494 */
95- id ?: ? string ,
95+ id ?: string ,
9696
9797 /**
9898 * Specifies largest possible scale a font can reach when `allowFontScaling` is enabled.
You can’t perform that action at this time.
0 commit comments