Home Screen
It contains all the data with static item and carousel component to display all data.
Static Item
We will display the first item from the external API data.
Also, it navigates to detail screen with item data. That data will be display more detail in that screen.
Carousel List
The list will display remained items from external API data with classic carousel list. It can swipe horizontal to scroll, and navigates to detail screen.
More detail about the Carousel component, you can check here
RenderItem
This included the background image and some data which provided from API. Also, it can navigate with that API data to detail screen. Home Screen, Grid Screen and List Screen have their own renderItem function with different stylesheet.
Last updated