Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 534 Bytes

File metadata and controls

31 lines (19 loc) · 534 Bytes

React Native Emoji

Emoji as React Native component

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

Installation

  1. Install package via npm:
npm install react-native-emoji
  1. Require in your project
var Emoji = require('react-native-emoji');

Component properties

Credits

Based on node-emoji.