react-native-ui-lib
Version:
<p align="center"> <img src="https://user-images.githubusercontent.com/1780255/105469025-56759000-5ca0-11eb-993d-3568c1fd54f4.png" height="250px" style="display:block"/> </p> <p align="center">UI Toolset & Components Library for React Native</p> <p a
28 lines (27 loc) • 1.18 kB
JSON
{
"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"}
]
}