Skip to content

Jufron97/react-native-hashtags-input

react-native-hashtags-input

Input component to manage hashtags like latest social network apps do

Installation

npm install react-native-hashtags-input

Usage

import HashtagInput from 'react-native-hashtags-input';

export default function App() {
  const [tags, setTags] = React.useState<string[]>([]);

  return (
    <View style={styles.container}>
      <HashtagInput tagsArray={tags} setTagsArray={setTags} />
    </View>
  );
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

Input component to manage hashtags like modern social apps do.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors