SwiftUI Text can not display emoji on Apple Watch

Hi developers,

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
This is a known issue of watchOS 7 first developer seed. It will be addressed in a forthcoming seed.
SwiftUI Text can not display emoji on Apple Watch
 
 
Q