@aaronbushnell I didn't see anything new this year that provided an emoji picker. Assuming iOS, If you want to avoid third party and… not too hacky… you could always wrap a custom UITextField
in a UIViewRepresentable
that chooses the emoji picker via textInputMode
. The problem there is the user can still change keyboards, so not super ideal.
Replying to: