Skip to content
Snippets Groups Projects
Commit afc8a7db authored by Herman Andersen Dyrkorn's avatar Herman Andersen Dyrkorn
Browse files

indication on how many salamanders on one id

parent f804c89f
Branches
No related tags found
1 merge request!60Resolve "indicate number of salamanders"
......@@ -100,6 +100,9 @@ const SalamanderOverviewScreen = ({ navigation, route }) => {
visible={showIndicator}
/>
<View style={styles.previewContainer}>
<Text style={{ marginTop: 20, marginStart: 20 }}>
Number of salamanders: {imageNumber.length}
</Text>
<TouchableWithoutFeedback onPress={() => modal()}>
<Image
style={{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment