UNPKG

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

18 lines (17 loc) 847 B
{ "name": "Card.Image", "category": "basic", "description": "Inner component for the Card component (better be a direct child)", "extends": ["Image"], "extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/image/index.tsx"], "example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CardsScreen.tsx", "props": [ {"name": "width", "type": "number", "description": "Width"}, {"name": "height", "type": "number", "description": "Height"}, { "name": "position", "type": "string[]", "description": "The Image position which determines the appropriate flex-ness of the image and border radius (for Android) this prop derived automatically from Card parent component if it rendered as a direct child of the Card component" } ] }