Build: Simple List Screen
This screen shows a list of fruits. Each fruit name is shown in a row. The list is scrollable if needed.
Target UI
--------------------- | Simple List Screen | --------------------- | Apple | | Banana | | Cherry | | Date | | Elderberry | | Fig | | Grape | ---------------------
Use SwiftUI List to display a list of fruit names
Show at least 7 fruit names as rows
Each row should show the fruit name as text
The list should be scrollable if the content is longer than the screen