Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Components Doc

zepatrik edited this page May 8, 2017 · 4 revisions

TOC

RoundImageWithBorder
IconWithBackground
RoundButton
RoundTextButton
RoundText
RoundImageWithButton
TextPicker

RoundImageWithBorder

Prop Comment
image
size
white boolean, will make background WHITE_TRANSPARENT or BLACK_TRANSPARENT
style applied to surrounding view

IconWithBackground (round)

background is WHITE_TRANSPARENT when focused

Prop Comment
icon
size

RoundButton

Prop Comment
icon
size
style applied to surrounding TouchableOpacity
onPress

RoundTextButton

Prop Comment
onPress
style applied to RoundText
other props see RoundText

RoundText

Prop Comment
highlighted backgroundColor: WHITE, color: PRIMARY_WEAK
text
style applied to Animated.View around text
textStyle applied to Animated.Text
size
fontSize

RoundImageWithButton

Prop Comment
image
imageSize
icon displayed next to image, is a button
buttonSize size of icon button
onPress press on icon

TextPicker

Prop Comment
options collection of strings