duolicious / duolicious-frontend

The frontend of the Duolicious dating app
https://duolicious.app/
GNU Affero General Public License v3.0
31 stars 12 forks source link

Make the clubs header sticky #357

Closed duogenesis closed 1 month ago

duogenesis commented 1 month ago

Closes #350

This PR includes a big refactor of the DefaultFlatList component in components/default-flat-list.tsx and a few package upgrades.

It also includes a patch for rneui's Skeleton element. Without isInteraction: false, SkeletonQuizCard (in components/quiz-card.tsx) can prevent DefaultFlatList from rendering rows, if SkeletonQuizCard started rendering before DefaultFlatList.