react-native-emoji
TypeScript icon, indicating that this package has built-in type declarations

1.8.0 • Public • Published

React Native Emoji

Emoji as React Native component

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

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.

/react-native-emoji/

    Package Sidebar

    Install

    npm i react-native-emoji

    Weekly Downloads

    4,338

    Version

    1.8.0

    License

    MIT

    Unpacked Size

    3.2 kB

    Total Files

    5

    Last publish

    Collaborators

    • jorilallo