Post-review updates

This commit is contained in:
mashazyu
2020-04-29 09:36:00 +02:00
committed by Sofiya Tepikin
parent 0c3bfdfced
commit 550b1e6314
7 changed files with 126 additions and 140 deletions
+5 -5
View File
@@ -22,14 +22,14 @@ export default function License({ setLicense }) {
}
return (
<AppPage testID='licensePage'>
<Segment last testID='test' title={labels.title}>
<AppText testID='test'>{labels.text}</AppText>
<AppPage testID="licensePage">
<Segment last testID="test" title={labels.title}>
<AppText testID="test">{labels.text}</AppText>
<View style={styles.container}>
<Button onPress={BackHandler.exitApp} testID='licenseCancelButton'>
<Button onPress={BackHandler.exitApp} testID="licenseCancelButton">
{shared.cancel}
</Button>
<Button isCTA onPress={onAcceptLicense} testID='licenseOkButton'>
<Button isCTA onPress={onAcceptLicense} testID="licenseOkButton">
{shared.ok}
</Button>
</View>