Hi developers,
I'm creating an app on Apple Watch using SwiftUI. I created a Text like below
but in the preview it's showing
So how can I display emoji on an Apple Watch app?
Thanks
I'm creating an app on Apple Watch using SwiftUI. I created a Text like below
Code Block Text("123 😂") .bold() .foregroundColor(.white)
but in the preview it's showing
Code Block 123 A
So how can I display emoji on an Apple Watch app?
Thanks