React Native Emoji Selector

screenshot of React Native Emoji Selector
react
react-native

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

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.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.