I\'ve created a simple List as below, but there are extra separators below it.
List {
Text(\"Item 1\")
Text(\"Item 2\")
Text(\"Item 3\")
It's not a perfect solution, but you could use a ScrollView, where each cell is created using a ForEach call, and the dividers are created using Divider().
Edit: I spoke with Apple engineers at WWDC about this. They have heard lots of feedback regarding removing/changing dividers. However, for now my above answer is their recommendation.