Is there way to add a button below the native keyboard in SwiftUI? The button should be pinned to the bottom of the keyboard per requirements.
Looks like the ToolbarItemGroup can only pin items to the top of the keyboard. I've searched around and doesn't look like this is possible without building a custom keyboard?
I've attached an image of what I'd like to build below:
