From 9a8a16226f5f5e554ed501be1aecdb89d5aa55b7 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Thu, 9 Nov 2017 00:28:09 -0800 Subject: [PATCH] Add custom emojis to docs/ --- docs/bundle.js | 16 ++-------------- docs/index.js | 1 + 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/docs/bundle.js b/docs/bundle.js index 35c228a..e99a64e 100644 --- a/docs/bundle.js +++ b/docs/bundle.js @@ -1882,7 +1882,8 @@ var Example = function (_React$Component) { native: true, set: 'apple', emoji: 'point_up', - title: 'Pick your emoji…' + title: 'Pick your emoji…', + custom: CUSTOM_EMOJIS }; return _this; } @@ -1958,19 +1959,6 @@ var Example = function (_React$Component) { __WEBPACK_IMPORTED_MODULE_7_react_dom___default.a.render(__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(Example, null), document.querySelector('div')); -// - /***/ }), /* 38 */ /***/ (function(module, exports, __webpack_require__) { diff --git a/docs/index.js b/docs/index.js index c29688d..0764cba 100644 --- a/docs/index.js +++ b/docs/index.js @@ -26,6 +26,7 @@ class Example extends React.Component { set: 'apple', emoji: 'point_up', title: 'Pick your emoji…', + custom: CUSTOM_EMOJIS, } }