Tile
Tiles like Cards, are a convenient way to display related content about a single subject. Also receives all TouchableNativeFeedback (Android) or TouchableOpacity (iOS) props.
Usage
Props
note
Includes all View props.
| Name | Type | Default | Description | 
|---|---|---|---|
| ImageComponent | typeof Component | RNE Image | Custom ImageComponent for Tile. | 
| activeOpacity | number | Number passed to control opacity on press. | |
| caption | ReactNode | Text inside the tilt when tile is featured. | |
| captionStyle | Text Style | Styling for the caption (optional); You only use this if captionis a string. | |
| containerStyle | View Style | Styling for the outer tile container. | |
| contentContainerStyle | View Style | Styling for bottom container when not featured tile. | |
| featured | boolean | Changes the look of the tile. | |
| height | number | 'width/2' | Height for the tile. | 
| icon | IconObject | Icon Component Props. | |
| iconContainerStyle | View Style | Styling for the outer icon container. | |
| imageContainerStyle | View Style | Styling for the image. | |
| imageProps | ImageProps(Object) | {} | Optional properties to pass to the image if provided e.g "resizeMode". | 
| imageSrc | string|ImageSourcePropType | Source for the image. | |
| overlayContainerStyle | View Style | Styling for the overlay container when using featured tile. | |
| title | string | Text inside the tile. | |
| titleNumberOfLines | number | Number of lines for Title. | |
| titleStyle | Text Style | Styling for the title. | |
| width | number | 'screen width' | Width for the tile. |