@ardentlabs/react-native-emoji
v1.2.1
Published
Emoji component for React Native
Downloads
7
Maintainers
Readme
React Native Emoji
This is a fork off of
jorilallo/react-native-emoji
because of issue #19
Emoji as React Native component
<Text style={{fontSize: 50}}><Emoji name="coffee"/></Text>
Installation
- Install package via npm:
npm install react-native-emoji
- Require in your project
var Emoji = require('react-native-emoji');
Component properties
name
(String) - Emoji's name (full list)
Credits
Based on node-emoji.