I noticed the Apple engineer response said that "When the views are encoded from your extension to be displayed they will appear blank" but does he actually mean it will appear yellow with a big red crossed out circle instead of blank?
Post
Replies
Boosts
Views
Activity
I am having the same problem. Any time I use style: .relative it left justifies the text. Have you found a solution?
EDIT: I randomly stumbled upon a solution. Using a Stack with .multilineTextAlignment(.center) seems to work for some reason.
HStack(alignment: .center, spacing:0) {
Text(mostRecentObsDate, style: .relative) 	
.multilineTextAlignment(.center)
}
Same problem here. Did anybody find a fix?
Same issue here. It works for me but generates those errors. Curious if anybody found. resolution for the errors because they worry me a little.