Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created April 25, 2018 13:10
Show Gist options
  • Select an option

  • Save gladchinda/92e92c0ee7890584dbccd27c5c081169 to your computer and use it in GitHub Desktop.

Select an option

Save gladchinda/92e92c0ee7890584dbccd27c5c081169 to your computer and use it in GitHub Desktop.
// Module imports here ...
import ChatMessage from './ChatMessage';
const SAD_EMOJI = [55357, 56864];
const HAPPY_EMOJI = [55357, 56832];
const NEUTRAL_EMOJI = [55357, 56848];
// Chat component class here ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment