This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: []} |