Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 653 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 653 Bytes

A simple idea for a Tag Input in React Native


There are just two new files in the code: The TagInput.js inside src/Components, our functional component, and the App.js file in the root that has been modified.

C'monn, you know how to do this.


There's already implemented a way of detecting blank inputs and prevent them.

This is not a lib, it's just a simple component that I worked out, feel free to look around and use somethings you like!