Socket
Book a DemoInstallSign in
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

latest
Source
npmnpm
Version
2.5.4
Version published
Weekly downloads
38
-9.52%
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

suggestions

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