Home

Awesome

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

Credits

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