kevin/reviews-page #33

Merged
fr merged 10 commits from kevin/reviews-page into main 2024-05-15 02:54:09 +02:00
Showing only changes of commit f1c296c0d3 - Show all commits

View File

@ -30,17 +30,17 @@ export default function Tab() {
alert("Something went wrong");
}
}
const opt3 = ["Bad", "Medium", "Excellent!"];
const opt5 = [
"Disgust",
"Not great, not terrible",
"Good",
"Why not?",
"Excellent!",
];
return (
<View style={styles.container}>
<Button
title="Add Review"
color={colors.gold}
onPress={() => {
router.replace("/review/add");
}}
/>
<FlatList
data={data}
style={styles.reviewList}