Optional children?: React.ReactNodeChildren to render
Optional componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional ononLongPress event for clickable tile
Optional ononPress event for clickable tile
Optional style?: StyleProp<ViewStyle>Style to set on the item
Optional tileText to use for tile clickable (accessibility). Defaults to ENGLISH "Tile"
Optional type?: "default" | "scroll" | "clickable"Type of tile
Generated using TypeDoc
Props for Tile component