Skip to content

A simple React Native component that creates an input for tags, emails, etc.

Notifications You must be signed in to change notification settings

UHCodeRED/react-native-tag-input

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Tag Input

alt text

Simple Example

import TagInput from 'react-native-tag-input';

...

<TagInput
  value={this.state.emails}
  onChange={(emails) => this.onEmailChange(emails)} />
Available Properties Description
value (Required) An array of tags
onChange (Required) A handler to be called when array of emails/tags change
regex A RegExp to test tags after enter, space, or a comma is pressed
tagColor Background color of tags
tagTextColor Text color of tags
inputColor Color of text input
inputProps Any misc. TextInput props (autofocus, returnKeyType, etc.)

About

A simple React Native component that creates an input for tags, emails, etc.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%