Skip to content

Input component to manage hashtags like modern social apps do.

License

Notifications You must be signed in to change notification settings

Jufron97/react-native-hashtags-input

Repository files navigation

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

Stars

Watchers

Forks

Packages

No packages published