simple-react-native-emoji
v1.0.4
Published
Simple emoji component for React Native.
Downloads
25
Maintainers
Readme
simple-react-native-emoji
React Native simple emoji component.

Installation
Using yarn
yarn add simple-react-native-emoji
Using npm
npm i --save simple-react-native-emoji
Usage
Basic
import SimpleEmoji from 'simple-react-native-emoji';
<SimpleEmoji shortName={"sushi"} />Props
| Prop | Type | Default | Description |
| ----------------- | -------- | ------------- | -------------------------------------------------------- |
| shortName | string | | Datasource (e.g. smile, :star-struck:) |
- Since it's just
Text, You can pass Text props.
