We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69cada commit 3d2d515Copy full SHA for 3d2d515
Libraries/Components/View/ViewPropTypes.js
@@ -358,8 +358,8 @@ type AndroidViewProps = $ReadOnly<{|
358
* for more details.
359
*
360
* Supports the following values:
361
- * - -1 (View is focusable)
362
- * - 0 (View is not focusable)
+ * - 0 (View is focusable)
+ * - -1 (View is not focusable)
363
364
* @platform android
365
*/
0 commit comments