Skip to content

Commit

Permalink
fix: TabIndex View prop types comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Aug 26, 2022
1 parent 4b11bd8 commit dc7a62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/Components/View/ViewPropTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ type AndroidViewProps = $ReadOnly<{|
* for more details.
*
* Supports the following values:
* - -1 (View is focusable)
* - 0 (View is not focusable)
* - 0 (View is focusable)
* - -1 (View is not focusable)
*
* @platform android
*/
Expand Down

0 comments on commit dc7a62b

Please sign in to comment.