1.8.0 • Published 5 years ago

react-native-emoji v1.8.0

Weekly downloads
2,465
License
MIT
Repository
github
Last release
5 years ago

React Native Emoji

Emoji as React Native component

<Emoji name="coffee" style={{fontSize: 50}} />

npm.io

Installation

  1. Install package via npm:
npm install --save react-native-emoji
  1. Require in your project
import Emoji from 'react-native-emoji';

Component properties

  • name (String) - Emoji's name (full list)
    Note that dashes should be replaced with underscores, e.g. raising-hand becomes raising_hand.
  • All supported <Text /> properties, like style.

Credits

Based on node-emoji. Originally maintained by @jorilallo.