I found out that app is crashing if using Text with any date and relative style. Any workaround for that?
struct ContentView: View {
var body: some View {
ScrollView {
Text(Date(), style: .relative)
}
}
}
Selecting any option will automatically load the page