1 min readJul 10, 2019
To remove the footer entirely:
showPreview={false}
showSkinTones={false}
BUT you will loose the skin color selector. Best choice is to change title to your app’s name instead of “EmojiMart”.
<Picker title=”weChat” onSelect={this.addEmoji} />