Emoji Mart Native Versions Save

One component to pick them all 👊🏼

v0.6.5-beta

1 year ago

v0.6.4-beta

2 years ago
  • Add skinEmojiSize prop and base search/skin icons sizes off fontSize prop #219

v0.6.3-beta

2 years ago
  • Added fontSize prop to picker to allow changing font size for search input and "not found" search result text
  • Added buttonSize prop to <EmojiButton /> to allow changing the size
  • Updated to Emoji 13.1

v0.6.2-beta

3 years ago
  • fix(spriteSheetFn): the default spriteSheetFn prop is broken #193

v0.6.1-beta

4 years ago
  • Import from '../' instead of '..' #174

v0.6.0-beta

4 years ago
  • Bring up to date with emoji-mart
    • Adds dark mode
    • Support for Emoji 12.1
    • messenger set is removed

v0.5.0-beta

4 years ago
  • Add sprite sheets support #76

You can now use spriteSheetFn to supply a local sprite sheet.

Breaking changes:

  • Removes imageUrl and localImage from custom emojis, replaced with image which serves both cases:
{
  ...
  image: {uri: 'https://assets-cdn.github.com/images/icons/emoji/octocat.png?v7'}
},
{
  ...
  image: require('assets/trollface.png')
}

v0.5.0-alpha

4 years ago
  • Add sprite sheets support #76

Breaking changes:

  • Removes useLocalImages, you can now use spriteSheetFn to supply a local sprite sheet.
  • Removes imageUrl and localImage from custom emojis, replaced with image which serves both cases:
{
  ...
  image: {uri: 'https://assets-cdn.github.com/images/icons/emoji/octocat.png?v7'}
},
{
  ...
  image: require('assets/trollface.png')
}

v0.4.7-beta

4 years ago
  • Repo moved to new org account, updated links in readme and package.json

v0.4.6-beta

4 years ago