This repo provides an example of a FlatList being used in Expo to sort and filter a list of items from a mocked API.
- The filtering and sorting logic is included in the useTeam hook.
- Our list is rendered using the TeamList component.
- [] Move filtering and sorting logic into reducer.
- [] Test list component.