duolicious / duolicious-frontend

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

Make the clubs header sticky #357

Closed duogenesis closed 4 months ago

duogenesis commented 4 months 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.