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 @@ -49,7 +49,7 @@ type Props = $ReadOnly<{|
4949 disabled ?: ?boolean ,
5050 focusable ?: ?boolean ,
5151 hitSlop ?: ?EdgeInsetsProp ,
52- id ?: ? string ,
52+ id ?: string ,
5353 importantForAccessibility ?: ?( 'auto' | 'yes' | 'no' | 'no-hide-descendants' ) ,
5454 nativeID ?: ?string ,
5555 onAccessibilityAction ?: ?( event : AccessibilityActionEvent ) => mixed ,
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ export type ViewProps = $ReadOnly<{|
505505 *
506506 * See https://reactnative.dev/docs/view#id
507507 */
508- id ?: ? string ,
508+ id ?: string ,
509509
510510 /**
511511 * 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