Add credits to about section

This commit is contained in:
Julia Friesel
2018-12-21 15:58:27 +01:00
parent ff73925620
commit db68df9cfd
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -11,6 +11,10 @@ export default class AboutSection extends Component {
<AppText style={styles.settingsSegmentTitle}>{`${labels.aboutSection.title} `}</AppText>
<AppText>{`${labels.aboutSection.segmentExplainer} `}</AppText>
</View>
<View style={styles.settingsSegment}>
<AppText style={styles.settingsSegmentTitle}>{`${labels.credits.title} `}</AppText>
<AppText>{`${labels.credits.note}`}</AppText>
</View>
</ScrollView>
)
}