New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-emoji-container

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-emoji-container

Simple Emoji Picker for React Native Android and IOS

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-emoji-container

Simple Emoji Picker for React Native Android and IOS

Installation

npm install react-native-emoji-container

Usage

import EmojiContainer from 'react-native-emoji-container';

// ...

<EmojiContainer />

Props

EmojiPicker Props

PropTypeRequiredDefaultDescription
initialSelectedCategoryCategoriesTypesNosmileys_emotionInitial Emoji Category refere CategoriesTypes
enableTitlebooleanNotrue
titleTextStyleTextStyleNo{ fontSize: 16, color: '#000000' }
titleContainerStyleViewStyleNo{ padding: 10 }
emojisContainerStyleViewStyleNo
tabBarPropsEmojiTabBarPropsNo
mainContainerStyleViewStyleNo{ flex: 1, paddingVertical: 5 }
singleEmojiContainerStyleViewStyleNo
emojisContainerWidthnumberNoDimensions.get('window').width
numColumnsnumberNo8
activeOpacitynumberNo0.7
enableTabBarbooleanNotrue
tabBarPositiontop or bottomNotop
onPressEmojiFunctionNoIts called when click an emoji and it returns the EmojiDataProp

Types

CategoriesTypes

Values
recently_used, smileys_emotion, people_body, animals_natre, food_drink, travel_plaes, activities, objects, symbols, flags, search

EmojiTabBarProps

PropTypeRequiredDefaultDescription
selectedTabBackgroundColorstringNo#e3e1d8
unSelectedTabBackgroundColorstringNo#ffffff
singleTabStyleViewStyleNo
tabContainerStyleViewStyleNo
activeOpacitynumberNo0.7

EmojiDataProp

KeyType
emojistring
namestring
vstring
toneEnabledboolean

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Keywords

FAQs

Package last updated on 20 Jun 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc