Skip to content

Latest commit

History

History
executable file
30 lines (23 loc) 路 775 Bytes

README.md

File metadata and controls

executable file
30 lines (23 loc) 路 775 Bytes

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