Commit 7074ec1c authored by Devin B's avatar Devin B

update

parent 71b5411a
...@@ -140,17 +140,11 @@ const Camera = ({ navigation }) => { ...@@ -140,17 +140,11 @@ const Camera = ({ navigation }) => {
<Text style={styles.predictionText}>How sure are we | නිරවද්යතාව: {prediction.confidence}</Text> <Text style={styles.predictionText}>How sure are we | නිරවද්යතාව: {prediction.confidence}</Text>
</View> </View>
)} )}
{/* <Button <Button
title="Take your next step" title="Take your next step"
style={styles.nextButton} style={styles.nextButton}
onPress={handleContinue} onPress={handleContinue}
/> */}
<Button
title="Diagnose"
style={styles.nextButton}
onPress={() => navigation.navigate(ROUTES.SKIN_VIDEO1)}
/> />
</View> </View>
</View> </View>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment