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.
Closes #350
This PR includes a big refactor of the
DefaultFlatList
component incomponents/default-flat-list.tsx
and a few package upgrades.It also includes a patch for rneui's
Skeleton
element. WithoutisInteraction: false
,SkeletonQuizCard
(incomponents/quiz-card.tsx
) can preventDefaultFlatList
from rendering rows, ifSkeletonQuizCard
started rendering beforeDefaultFlatList
.