Skip to content

Instantly share code, notes, and snippets.

import React, { Component } from 'react';
import { Text, View } from 'react-native';
import TagInput from 'react-native-tag-input'
import _ from 'lodash'
export default class App extends Component {
constructor() {
super();
this.state = {text: '', emails: []}