filter, haptik, background

This commit is contained in:
DevOFVictory
2025-10-28 22:42:19 +01:00
parent 6b39579c75
commit 21cd6c3241
8 changed files with 145 additions and 84 deletions

View File

@@ -179,7 +179,8 @@ export default function ParticipantScreen() {
<GestureHandlerRootView style={styles.mainContainer}>
<ScrollView
showsVerticalScrollIndicator={false}
contentContainerStyle={{ paddingBottom: 20, paddingTop: 10 }}
contentContainerStyle={{ paddingBottom: 20, paddingTop: 10}}
>
<Text style={styles.participantName}>{name}</Text>
<TouchableOpacity
@@ -214,7 +215,7 @@ export default function ParticipantScreen() {
paddingLeft: 30,
}}
>
{appearances.map(({ show, seasons }) => {
{appearances.toReversed().map(({ show, seasons }) => {
const partners = Array.from(
new Map(
seasons