I'm writing a small chat app in react-native, and I'm wondering if it's possible to open the keyboard as the default emoji phone keyboard (and switch to the regular text one easily).
For iPhone users, emojis are rather accessible, but on Android, it's not so easy to switch from a text keyboard to an emoji keyboard. I'd like to add to button near the text input to easily switch from one keyboard to another.
As I understand, it is not possible on iPhone, but is it on Android?
Any ideas?