react-native-emoji-v2
v2.0.0
Published
Emoji component for React Native
Downloads
16
Maintainers
Readme
React Native Emoji
Emoji as React Native component
<Emoji name="coffee" style={{fontSize: 50}} />
Installation
- Install package via npm:
npm install --save react-native-emoji-v2
- Require in your project
import Emoji from 'react-native-emoji-v2';
Component properties
name
(String) - Emoji's name Note that dashes should be replaced with underscores, e.g.raising-hand
becomesraising_hand
.- All supported
<Text />
properties, likestyle
.
Credits
Based on node-emoji. Originally maintained by @jorilallo.