Stay informed
Subscribe to our newsletter if you'd like to stay informed about Shoutem Extensions and Shoutem UI Toolkit.
Buttons are styled TouchableOpacities.

<Button>
<Text>CHECK IN HERE</Text>
</Button>

<Button styleName="dark">
<Text>CHECK IN HERE</Text>
</Button>
![]()
<Button>
<Icon name="add-event" />
<Text>ADD TO CALENDAR</Text>
</Button>
![]()
<Button styleName="dark">
<Icon name="add-event" />
<Text>ADD TO CALENDAR</Text>
</Button>

<View styleName="horizontal flexible">
<Button styleName="confirmation">
<Text>REMOVE</Text>
</Button>
<Button styleName="confirmation dark">
<Text>UPDATE</Text>
</Button>
</View>

<Button styleName="full-width">
<Text>SEE ALL COMMENTS</Text>
</Button>

<Button styleName="clear">
<Icon name="add-to-favorites-full" />
</Button>
![]()
<Button styleName="stacked clear">
<Icon name="tweet" />
<Text>Text description</Text>
</Button>

<View styleName="horizontal flexible">
<Button styleName="full-width muted">
<Icon name="add-to-favorites-full" />
<Text>LIKE</Text>
</Button>
<Button styleName="full-width muted">
<Icon name="comment-full" />
<Text>COMMENT</Text>
</Button>
</View>

<View styleName="horizontal flexible">
<Button styleName="full-width">
<Icon name="add-to-favorites-full" />
<Text>LIKE</Text>
</Button>
<Button styleName="full-width">
<Icon name="comment-full" />
<Text>COMMENT</Text>
</Button>
</View>
TouchableOpacity component hasIcon and Text within ButtonButton and sets backgroundColor to Clear color as defined in ThemeLight as defined in Theme, and background color to Darker as defined in ThemeIcon and Text components within Buttonto 50%Button and applies a medium margin aroundButton stretches to full width of the containerBorder color as defined in ThemeIcon and Text within Button