Introducing detox

This commit is contained in:
Sofiya Tepikin
2019-07-21 15:58:12 +02:00
parent 888be9531d
commit 7e807dba7f
11 changed files with 680 additions and 35 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ export default function Button(props) {
styles.button,
props.style,
{backgroundColor: props.backgroundColor}
]}>
]}
testID={props.testID}
>
<AppText style={styles.homeButtonText}>
{props.children}
</AppText>