react-docgen
react-docgen copied to clipboard
Flow's @platform attribute treated as part of the description
/**
* TV next focus down (see documentation for the View component).
*
* @platform android
*/
nextFocusDown?: ?number,
gets captured as:
"nextFocusDown": {
"required": false,
"flowType": {
"name": "number",
"nullable": true
},
"description": "TV next focus down (see documentation for the View component).\n\n@platform android"