Rn Emoji Keyboard Versions Save

Super performant, lightweight, fully customizable emoji picker 🚀

v1.2.0

1 year ago

1.2.0 (2023-01-18)

Bug Fixes

  • allow to change emoji tone on re-selection (#111) (213e426)
  • emoji disappearing on iOS back gesture during scroll animation (#114) (db4a742)
  • increased window size to prevent list bouncing on scroll to bottom (#105) (5e73f17)

Features

v1.1.0

1 year ago

1.1.0 (2022-10-31)

Bug Fixes

  • add back emojiKeyboard export, add newline in tr.ts (#92) (e92b912)
  • changed language import to relative one and fixed ts/prettier errors (#94) (5576c15)
  • problem with search results not displaying (#83) (bd214e4)
  • wrong editUrl (#86) (989441c)

Features

v1.0.0

1 year ago

1.0.0 (2022-08-31)

Bug Fixes

v1.0.0-alpha.0

1 year ago

1.0.0-alpha.0 (2022-08-25)

Bug Fixes

  • change defaultKeyboardContext and defaultKeyboardValues src file (#77) (ee7bef2)
  • ios example (6f5a24d)

Features

  • added portuguese translation (3286e33)
  • allow multiple emoji selections (#64) (85de700)

v0.7.1

2 years ago

0.7.1 (2022-03-23)

Bug Fixes

  • add ability to select emoji while keyboard is open (#53) (8896f47), closes #52
  • transparent emojis on Android devices (#50) (6e967f6)

v0.7.0

2 years ago

0.7.0 (2021-11-29)

Features

  • expand height while keyboard is visible (#47)
  • allow search by emoji (#45) (cc4d591)

v0.6.0

2 years ago

0.6.0 (2021-10-29)

Bug Fixes

  • replace in slug to replace all spaces instead of first (#40) (8a7a099)

Features

  • allow modalWithBackdrop to take all RN modal props (#39) (e82709d)

v0.5.0

2 years ago

0.5.0 (2021-10-18)

Features

  • categoryOrder prop to set category sequence
  • new translations:
    • fr - French 🇫🇷
    • it - Italian 🇮🇹
    • ko - Korean 🇰🇷
    • id - Indonesian 🇲🇨
    • es - Spanish 🇪🇸
    • de - German 🇩🇪

Bug fixes

  • removed emoji from unicode 12 and 13, because they are not yet supported by all devices (#24) (f7df348)
  • rename disabledCategory to disabledCategories

v0.4.0

2 years ago

0.4.0 (2021-08-11)

Bug Fixes

  • enable category scrolling for small screen size (6cf12b1)
  • searchbar category indicator when recentlyUsed is disabled (#18) (8bb5ac5)
  • typo and render data (69e0532)

Features

v0.3.0

2 years ago

0.3.0 (2021-08-03)

Features

  • add global recently used store (#11) (fcb4214)
  • add categories position (#12)
  • add recently used emojis (#14)

Bug Fixes