All Projects → atoami → React Native Animated Emoji

atoami / React Native Animated Emoji

Licence: mit
Animated Floating Reactions like Facebook 👍

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Animated Emoji

Oji
(◕‿◕) Text Emoticons Maker
Stars: ✭ 668 (+714.63%)
Mutual labels:  simple, emoji, emojis
cz-gitmoji
🔬😜 Commitizen adapter for gitmoji.
Stars: ✭ 25 (-69.51%)
Mutual labels:  emoji, emojis
Emojions
Embeddable Emoji Bar
Stars: ✭ 15 (-81.71%)
Mutual labels:  emoji, emojis
DreamBig
☁🌝☁ 3D emoji drawing iPad app with ARKit and the Apple Pencil ☁🌝☁
Stars: ✭ 24 (-70.73%)
Mutual labels:  emoji, emojis
AllGithubEmojis
A list of all supported github emojis updated weekly. https://jzeferino.github.io/AllGithubEmojis/
Stars: ✭ 82 (+0%)
Mutual labels:  emoji, emojis
spacymoji
💙 Emoji handling and meta data for spaCy with custom extension attributes
Stars: ✭ 174 (+112.2%)
Mutual labels:  emoji, emojis
EmojiReader
A simple tool to recognize Emoji in string. (JavaScript & Java)
Stars: ✭ 61 (-25.61%)
Mutual labels:  emoji, emojis
Emojipacks
CLI to bulk upload emojis to your Slack
Stars: ✭ 1,275 (+1454.88%)
Mutual labels:  emoji, emojis
latexemoji
Latex package to include emoji in Latex document
Stars: ✭ 17 (-79.27%)
Mutual labels:  emoji, emojis
slack-emoji-for-techies
100s of Slack emoji, many tech-related
Stars: ✭ 123 (+50%)
Mutual labels:  emoji, emojis
Supernova Emoji
library to implement and render emojis For Android
Stars: ✭ 334 (+307.32%)
Mutual labels:  emoji, emojis
Spacymoji
💙 Emoji handling and meta data for spaCy with custom extension attributes
Stars: ✭ 151 (+84.15%)
Mutual labels:  emoji, emojis
Whatsbook
Create books from WhatsApp group chats with Python and LaTeX
Stars: ✭ 147 (+79.27%)
Mutual labels:  emoji, emojis
Emoji-Log-VSCode
Emoji-Log VSCode Extension — An Emoji Git commit log messages spec standard. [ 📦👌🐛📖🚀🤖 ‼️]
Stars: ✭ 44 (-46.34%)
Mutual labels:  emoji, emojis
Emojica
A Swift framework for using custom emoji in strings.
Stars: ✭ 93 (+13.41%)
Mutual labels:  emoji, emojis
emojis
An emoji management bot for Discord.
Stars: ✭ 18 (-78.05%)
Mutual labels:  emoji, emojis
emoji-extractor-plus
Extract emojis from Apple font in PNG format
Stars: ✭ 42 (-48.78%)
Mutual labels:  emoji, emojis
Styleguide Git Commit Message
/sBin/StyleGuide/Git/CommitMessage
Stars: ✭ 934 (+1039.02%)
Mutual labels:  emoji, emojis
Awesome Emoji Picker
Add-on/WebExtension that provides a modern emoji picker that you can use to find and copy/insert emoji into the active web page.
Stars: ✭ 54 (-34.15%)
Mutual labels:  emoji, emojis
Codeigniter4 Auth
A simple authentication library for CodeIgniter 4.
Stars: ✭ 70 (-14.63%)
Mutual labels:  simple

Animated Floating Reactions

Animated Floating Reactions like Facebook based on node-emoji.

Installation

$ npm install --save react-native-animated-emoji

or

yarn add react-native-animated-emoji

Usage

import { AnimatedEmoji } from 'react-native-animated-emoji';

<AnimatedEmoji
    index={'emoji.key'} // index to identity emoji component
    style={{ bottom: 200 }} // start bottom position
    name={'sweat_smile'} // emoji name
    size={30} // font size
    duration={4000} // ms
    onAnimationCompleted={this.onAnimationCompleted} // completion handler
/>

animated-emoji

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].