1.1.0 • Published 1 year ago

react-native-hashtags-input v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago