More Premium Hugo Themes Premium React Themes

React Native Emoji Selector

Simple, customizable and theme-able Emoji selector for React Native

React Native Emoji Selector

Simple, customizable and theme-able Emoji selector for React Native

Author Avatar Theme by arronhunt
Github Stars Github Stars: 305
Last Commit Last Commit: Mar 3, 2025 -
First Commit Created: Jan 15, 2024 -
default image

Overview

The react-native-emoji-selector is a library that allows users to select emojis in a React Native application. It provides various features and customization options for a seamless emoji selection experience.

Features

  • Image preview: Displays a preview of the selected emoji.
  • Categories: Provides different categories for emojis such as emotions, people, nature, food, activities, places, objects, symbols, and flags.
  • Default category: Allows customization of the default category to improve performance by loading a specific section instead of all sections at once.
  • Props: Offers various props including onEmojiSelected, theme, showTabs, showSearchBar, showHistory, showSectionTitles, category, columns, placeholder, and shouldInclude.
  • Contributors: Acknowledges and gives special thanks to the contributors of the project, including Victor K Varghese, Kubo, Mateo Silguero, Anastasiia Kravchenko, Sindre, and Lucas Feijo.

Installation

To install the react-native-emoji-selector library, you can follow these steps:

  1. Run the following command in your terminal to install the library:
npm install react-native-emoji-selector
  1. Import the library in your React Native file:
import EmojiSelector from 'react-native-emoji-selector';
  1. You can now use the EmojiSelector component in your React Native application.

Summary

The react-native-emoji-selector is a versatile library that enhances the emoji selection experience in React Native applications. With features like image preview, customizable default category, and various props for customization, it provides a seamless integration of emojis into your app. Special thanks to the contributors who have made this project possible.