import Emoticons from 'react-native-emoticons';
export default class Decker extends Component {
_emojiSelected(emoji) {
console.log(emoji)
}
<Emoticons
onEmoticonPress={this._onEmoticonPress.bind(this)}
onBackspacePress={this._onBackspacePress.bind(this)}
show={this.state.showEmoticons}
concise={true}
showHistoryBar={true}
showPlusBar={true}
/>