Stay informed
Subscribe to our newsletter if you'd like to stay informed about Shoutem Extensions and Shoutem UI Toolkit.
View is a React Native’s View
with additional (flexbox) styling styleNames available.
View
has no specific (custom) Props, however, it supports every prop that the standard React Native View
component supports. For full list of available props, visit
React Native View component documentation.
View
becomes absolutely positioned and takes all available space of its parent containerOverlay
background color (as defined in Theme) to View
Style
prop that the standard React Native View
component supports<View styleName="...">
{...}
</View>