Commit 71b5411a authored by Devin B's avatar Devin B

add

parent c752fccb
This diff is collapsed.
......@@ -140,11 +140,16 @@ const Camera = ({ navigation }) => {
<Text style={styles.predictionText}>How sure are we | නිරවද්යතාව: {prediction.confidence}</Text>
</View>
)}
<Button
{/* <Button
title="Take your next step"
style={styles.nextButton}
onPress={handleContinue}
/>
/> */}
<Button
title="Diagnose"
style={styles.nextButton}
onPress={() => navigation.navigate(ROUTES.SKIN_VIDEO1)}
/>
</View>
</View>
......
This diff is collapsed.
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