Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
react-native-emoji-selector
Advanced tools
npm install --save react-native-emoji-selector
import EmojiSelector from 'react-native-emoji-selector'
<EmojiSelector onEmojiSelected={emoji => console.log(emoji)} />
If you'd like to define a different default category, you can import the Categories
class. Setting a default category can also improve performance by loading a single section rather than all sections at once.
import EmojiSelector, { Categories } from "react-native-emoji-selector";
<EmojiSelector
category={Categories.symbols}
onEmojiSelected={emoji => console.log(emoji)}
/>;
The available categories are all
, emotion
, people
, nature
, food
, activities
, places
, objects
, symbols
, and flags
.
Prop | Type | Default | Description |
---|---|---|---|
onEmojiSelected | func | Function called when a user selects an Emoji | |
theme | string | "007AFF" | Theme color used for loaders and active tab indicator |
showTabs | bool | true | Toggle the tabs on or off |
showSearchBar | bool | true | Toggle the searchbar on or off |
showHistory | bool | false | Toggle the history tab on or off |
showSectionTitles | bool | true | Toggle the section title elements |
category | enum | "all" | Set the default category. Use the Categories class |
columns | number | 6 | Number of columns accross |
placeholder | string | "Search..." | A string placeholder when there is no text in text input |
shouldInclude | func | Function called to check for emoji inclusion |
Special thanks to everyone who has contributed to this project!
FAQs
A react native emoji selector
The npm package react-native-emoji-selector receives a total of 0 weekly downloads. As such, react-native-emoji-selector popularity was classified as not popular.
We found that react-native-emoji-selector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.