Gathering detailed insights and metrics for @arelstone/react-native-email-chip
Gathering detailed insights and metrics for @arelstone/react-native-email-chip
Gathering detailed insights and metrics for @arelstone/react-native-email-chip
Gathering detailed insights and metrics for @arelstone/react-native-email-chip
A simple yet customizable component to display a chip list of emails
npm install @arelstone/react-native-email-chip
Typescript
Module System
Node Version
NPM Version
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
23 Stars
129 Commits
4 Forks
1 Watchers
11 Branches
3 Contributors
Updated on Sep 07, 2024
Latest Version
2.5.4
Package Id
@arelstone/react-native-email-chip@2.5.4
Unpacked Size
24.36 kB
Size
15.50 kB
File Count
16
NPM Version
8.19.4
Node Version
16.20.1
Published on
Aug 07, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A simple yet very customizable component to display a chip list of emails
1npm install @arelstone/react-native-email-chip 2// or 3yarn add @arelstone/react-native-email-chip
1import EmailChipInput from '@arelstone/react-native-email-chip'; 2 3<EmailChipInput 4 entries={['john@doe.com', 'jane@doe.com']} 5 onSubmit={(emails: string[])=> this.setState({emails})} 6/>
Name | Type | Default |
---|---|---|
entries | string[] | [] |
onSubmit | string[] => void | |
label (optional) | ReactElement | |
delimiters (optional) | string[] | [',', ';', ' '] |
keyboardAppearance (optional) | default, light, dark | default |
keyboardAppearance (optional) | never, while-editing, unless-editing, always | while-editing |
placeholder (optional) | string | Start by typing an email |
autoCapitalize (optional) | none, sentences, words, characters | none |
autoCorrect (optional) | boolean | true |
autoFocus (optional) | boolean | true |
blurOnSubmit (optional) | boolean | false |
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) | KeyboardTypeOptions | email-address |
If you find a feature missing or discover an issue pull requests are very very welcome.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
17 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More