Stay informed
Subscribe to our newsletter if you'd like to stay informed about Shoutem Extensions and Shoutem UI Toolkit.
Screen is a React Native’s View
with additional background color defined in Theme (defaults to gray).
Screen
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.
Screen
covers the navigation bar (usually 70 pixels)Light
color, as defined in ThemeStyle
prop that the standard React Native View
component supports<Screen styleName="...">
{...}
</Screen>