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

@arelstone/react-native-email-chip

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arelstone/react-native-email-chip

React Native component to display a list of emails as editable chips

  • 2.5.4
  • latest
  • Source
  • npm
  • Socket score

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

@arelstone/react-native-email-chip

A simple yet very customizable component to display a chip list of emails

@arelstone/react-native-email-chip

Install

npm install @arelstone/react-native-email-chip
// or
yarn add @arelstone/react-native-email-chip

Usage

import EmailChipInput from '@arelstone/react-native-email-chip';

<EmailChipInput
    entries={['john@doe.com', 'jane@doe.com']}
    onSubmit={(emails: string[])=> this.setState({emails})}
/>

Props

NameTypeDefault
entriesstring[][]
onSubmitstring[] => void
label (optional)ReactElement
delimiters (optional)string[][',', ';', ' ']
keyboardAppearance (optional)default, light, darkdefault
keyboardAppearance (optional)never, while-editing, unless-editing, alwayswhile-editing
placeholder (optional)stringStart by typing an email
autoCapitalize (optional)none, sentences, words, charactersnone
autoCorrect (optional)booleantrue
autoFocus (optional)booleantrue
blurOnSubmit (optional)booleanfalse
chipImage (optional)ReactElement
placeholderTextColor (optional)ViewStyle
containerStyle (optional)ViewStyle
chipContainerStyle (optional)ViewStyle
chipTextStyle (optional)TextStyle
inputContainerStyle (optional)ViewStyle
inputStyle (optional)ViewStyle
TextInputProps (optional)TextInputProps
keyboardType (optional)KeyboardTypeOptionsemail-address

Contributing

If you find a feature missing or discover an issue pull requests are very very welcome.

Keywords

FAQs

Package last updated on 07 Aug 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