Build: Item Separator List
This screen shows a list of items with a visible separator line between each item.
Target UI
--------------------- | Item 1 | --------------------- | Item 2 | --------------------- | Item 3 | ---------------------
Display a vertical list of at least 5 items using FlatList.
Add a thin horizontal separator line between each item.
The separator line should be gray and span the full width of the list.
Each item should show simple text like 'Item 1', 'Item 2', etc.