Added shopify FlashList to work with useInfiniteQuery
How to test if it works?
Go to the search screen, check if is displayed a message instructing how to search.
Search for a name that you know that exists
Click on the card
Check if you go to Details Screen
click on the arrow to go back
Check if you are redirected to the Search Screen again, with the list already rendered.
What is the purpose of this PR
Implement Search Functionality
What was done to achieve
Added shopify FlashList to work with useInfiniteQuery
How to test if it works?
Go to the search screen, check if is displayed a message instructing how to search. Search for a name that you know that exists Click on the card Check if you go to Details Screen click on the arrow to go back Check if you are redirected to the Search Screen again, with the list already rendered.