Is there any support for adding custom UI above the native keyboard, either in core or via a plugin?
In iOS this is handled with inputAccessoryView (https://developer.apple.com/documentation/uikit/uiresponder/inputaccessoryview).
Context: I’m currently researching my options and this functionality is a requirement for the app I’m building.