Skip to content

Commit 3d2d515

Browse files
fix: TabIndex View prop types comment
1 parent f69cada commit 3d2d515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libraries/Components/View/ViewPropTypes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ type AndroidViewProps = $ReadOnly<{|
358358
* for more details.
359359
*
360360
* Supports the following values:
361-
* - -1 (View is focusable)
362-
* - 0 (View is not focusable)
361+
* - 0 (View is focusable)
362+
* - -1 (View is not focusable)
363363
*
364364
* @platform android
365365
*/

0 commit comments

Comments
 (0)