{
  "name": "View",
  "category": "basic",
  "description": "An enhanced View component",
  "extends": ["View"],
  "extendsLink": ["https://reactnative.dev/docs/view"],
  "modifiers": ["margins", "paddings", "alignments", "background", "borderRadius"],
  "example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ViewScreen.js",
  "images": [],
  "props": [
    {"name": "useSafeArea", "type": "boolean", "description": "If true, will render as SafeAreaView"},
    {"name": "animated", "type": "boolean", "description": "Use Animate.View as a container"},
    {
      "name": "reanimated",
      "type": "boolean",
      "description": "Use Animate.View (from react-native-reanimated) as a container"
    },
    {
      "name": "inaccessible",
      "type": "boolean",
      "description": "Turn off accessibility for this view and its nested children"
    },
    {"name": "renderDelay", "type": "number", "description": "Experimental: Pass time in ms to delay render"},
    {"name": "backgroundColor", "type": "string", "description": "Set background color"},
    {"name": "style", "type": "ViewStyle", "description": "Custom style"}
  ]
}
