Is Scribble supported in SwiftUI TextFields?

The "Meet Scribble for iPad" session only mentions UIKit and WebKit. Is Scribble currently not yet supported when using SwiftUI? Thanks!

Replies

TextField and TextEditor work with Scribble. To use UIScribbleInteraction and UIIndirectScribbleInteraction for customization, you'll need to host a view that makes use of the interactions with UIViewRepresentable.